/* CSS style - Core Design Web Gallery plugin for Joomla! 1.5 - reflection */



/* Gallery container */

#webgallery .webgallery_reflection {

}



/* Gallery cleaner */

#webgallery hr.webgallery_clr {

	clear:both;

   height:1px;

   margin: -1px 0 0 0;

	padding:0;

   border:none;

   visibility: hidden;

}



/* Thumbnails set */

#webgallery .webgallery_reflection ul {

	list-style: none;

	margin: 0;

	padding: 0;

}



/* Thumbnail container */

#webgallery .webgallery_reflection ul li {

	margin: 8px;

	padding: 5px;

	float: left;

	position: relative;

	border: 1px solid #333333;

	background-color: #000000;

	background-image: none;

}



/* Thumbnail container hover */

#webgallery .webgallery_reflection ul li:hover {

	border: 1px solid #f0ffff;

	background-color: #f0ffff;

}



/* Thumbnail image */

#webgallery .webgallery_reflection ul li img {

}



/* Thumbnail image hover */

#webgallery .webgallery_reflection ul li img:hover {

}



/* Thumbnail link arround */

#webgallery .webgallery_reflection ul li a {

	text-decoration: none;

}
