@charset "UTF-8";
#imageRotatorContainer {/* KB Added div to contain rotator graphic */
	/* [disabled]overflow: auto; */
	/* [disabled]width: 100%; */
	height: 290px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 15px;
}
/*main_image CSS*/

.main_image {
	width: 460px;
	height: 279px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden;
	margin: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-left-color: #333;
}
.main_image h2 {
	font-size: 16px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	color: #D1282C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.main_image p {
	padding: 10px;
	margin: 0px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.block small { /*--We'll be using this same style on our thumbnail list--*/
	font-size: 1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.main_image .block small {
	font-family: Verdana, Geneva, sans-serif;
	color: #40AEC5;
	font-size: 12px;
	padding-left: 10px;
}
.main_image .desc{
	position: absolute;
	bottom: 0px;
	left: 0px; /*--Stick the desc class to the bottom of our main image container--*/
	width: 100%;
	display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
.main_image .block{
	width: 100%;
	background: #111;
}
.main_image a.collapse { /*--This is our hide/show tab--*/
	height: 22px;
	width: 70px;
	text-indent: -99999px;
	position: absolute;
	top: -22px;
	right: 5px;
	background-image: url(../../images/jqueryGallery/close.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.main_image a.show {
	background-position: left bottom;
	background-image: url(../../images/jqueryGallery/open.gif);
	margin-bottom: 3px;
}

/*KB added CSS for links just in rotator graphic*/
.main_image a:link {
	color: #40B4CF;
	text-decoration: none;
}
.main_image a:visited {
	color: #40B4CF;
	text-decoration: none;
}
.main_image a:hover {
	color: #D1282C;
	text-decoration: none;
}
.main_image a:active {
	color: #40B4CF;
	text-decoration: none;
}
