/* CONTENT */
.overflow{ overflow: hidden;}
.galleryList { overflow: hidden;}

#galleryPages{ border:0px; overflow: hidden !important;}

.galleryList div.gallery{
	text-align:center;
	float: left;
	padding-bottom: 10px;
	overflow: hidden  !important;
	}

.galleryList div.gallery div{ width: 290px; float: left;
	padding-bottom: 10px;}

.galleryList div.gallery div span{ display:block; font-family:12px;}
.galleryList div.gallery div .text{ display: block; padding: 0 15px; height: 205px;}

.galleryList div.gallery div .text a{ color: #FF3300; text-decoration: none;}


.galleryPrev{
	background: url(../../img/media/previous_normal.jpg) no-repeat;
	width: 87px;
	height: 25px;
	cursor: pointer;
	float: left;
}

.galleryPrev:hover{
	background: url(../../img/media/previous_hover.jpg) no-repeat;
	width: 87px;
	height: 25px;
	cursor: pointer;
}

.galleryNext{
	background: url(../../img/media/next_normal.jpg) no-repeat;
	width: 87px;
	height: 25px;
	cursor: pointer;
	float: right;
	margin-right: 10px;
}

.galleryNext:hover{
	background: url(../../img/media/next_hover.jpg) no-repeat;
	width: 87px;
	height: 25px;
	cursor: pointer;
}

#galleryNav {float: right; margin-top:5px; margin-right:16px; z-index: 99;}

	.nav1{background: url(../../img/image-gallery-top-nav-1.jpg) no-repeat;
	width: 90px;
	height: 31px;
	cursor: pointer;
	text-indent:-9999px;
	float: left;}
	
	.nav2{background: url(../../img/image-gallery-top-nav-2.jpg) no-repeat;
	width: 90px;
	height: 31px;
	cursor: pointer;
	text-indent:-9999px;
	float: left;}
	
	.nav3{background: url(../../img/image-gallery-top-nav-3.jpg) no-repeat;
	width: 90px;
	height: 31px;
	cursor: pointer;
	text-indent:-9999px;
	float: left;}
	
#GallerySlide {margin: 0 0 0 2px; padding: 0;}

#media_page #content .wide .attention {margin-bottom:15px;}

