/* CSS Document */

.imagegallerymodule {
	padding-top: 30px;
	*padding: 0px;
	padding-bottom: 100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}




.imagegallerymodule .item {
	width: 350px;
	margin-left: 57px;
	height: 120px;
	float: left;
}

.imagegallerymodule .item h2{
	float: left;
	
}
.imagegallerymodule .item h2 a{
	
	/*background: url(../images/bg-btn-lrg.jpg) no-repeat;*/
	display: block;
	height: 63px;
	width: 180px;
	font-size: 12px;
	color: #EBEBEB;
}
.imagegallerymodule .item h2 a:hover{
	/*background: url(../images/bg-btn-lrg-hover.jpg) no-repeat;*/
	color:#CC3300;
	
}
.thumbbox {
	width: 600px;
}
.imagegallerymodule .itemactions {
	
	float: left;
}
.hidden {display : none;}

td.imagegallery_picbox{
	width: 100px;
	height: 80px;
}
#shadowbox-body {
	background: url(../images/bg-carousel-container-wide.png) no-repeat 10px top;  
	_background: url(../images/bg-carousel-container-wide.gif) no-repeat 10px top;  
	*height: 250px;
	padding-top: 40px;
}
.imagegallerymodule.shadowbox h2 {
	text-align: center;
	color: #EBEBEB;
}
a.cg {
	color: #EBEBEB;
	text-decoration: none;
}
a:hover.cg {
	color: #99CCFF;
}