/* CSS style - Core Design Web Gallery plugin for Joomla! 1.5 */

/* Theme: paperclip */

/* Gallery container */
.webgallery .webgallery_paperclip {
	background:transparent url(../images/bg_top.png) repeat-x scroll left top;
	padding-top:23px;
	margin-top: 10px;
}

/* Gallery cleaner */
.webgallery hr.webgallery_clr {
	clear: both;
   height: 1px;
   margin: -1px 0 0 0;
	padding: 0;
   border: none;
   visibility: hidden;
	display: block;
}

.webgallery .webgallery_paperclip .bg {
	background:transparent url(../images/bg.png) repeat scroll left top;
	padding-bottom: 8px;
}

/* Thumbnails */
.webgallery .webgallery_paperclip .thumb {
	margin: 4px 4px 2px 4px;
	padding: 5px;
	float: left;
	position: relative;
}

/* Thumbnail image */
.webgallery .webgallery_paperclip .thumb img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}

/* Thumbnail image hover */
.webgallery .webgallery_paperclip .thumb img:hover {
	background: #dcdcdc;
	padding: 4px;
}

/* Thumbnail link arround */
.webgallery .webgallery_paperclip .thumb a {
	text-decoration: none;
}

/* Thumbnail span previous to the image */
.webgallery .webgallery_paperclip .thumb a span {
	background: transparent url(../images/paperclip.png) no-repeat scroll 0 0;
	display: block;
	height: 50px;
	left: -2px;
	position: absolute;
	top: -5px;
	width: 25px;
}

/* Title displayed bellow thumbnail */
.webgallery .webgallery_paperclip .thumb span {
	font-size: 90%;
	font-style: italic;
	text-align: center;
	margin: 0 auto;
	display: block;
	color: gray;
}