/*THIS IS GALLERY AREA */
body {
	background: #f5f5f5;
	margin: 0; padding: 0;
}
* {margin: 0; padding: 0; outline: none;}
img {border: none;}
}
.container {
	overflow: hidden;
	width: 754px;
	margin: 0 auto;
}
#main {
	padding: 0px;
	background: #ffffff;
	border: none;
}

/*--Main Image Preview--*/
.main_image {
	width: 100%; height: 100%;
	float: left;
	background: #ffffff;
	position: relative;
	overflow: hidden;
	color: #7f7f7f;
}
.main_image p {
	padding: 10px 5px 5px 5px;	margin: 0;
	color: #7f7f7f; 
	font-size: 0.70em; 
	line-height: 120%; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}
.block small { 
	padding: 0 0 0 0; 
	font-size: 1em; 
}
.main_image .block small {margin-left: 0px;}
.main_image .desc{
	position: relative;
	top: 0px; left: 0px
	width: 704px; height: 95px;
	display: none;
}
.main_image .block{
	width: 704px; height: 95px;
	background: #f5f5f5;
	position: relative;
	top: 0px; left: 0px
}
.main_image a.collapse {
	background: url('../images/btn_collapse.gif') no-repeat left top; z-index:1;
	height: 10px; width: 20px;
	text-indent: -99999px;
	position: absolute; 
	top: 0px; right: 0px
}
.main_image a.show {background-position: left bottom;} 

.image_thumb {
	float: left;
	background: transparent;
}
.image_thumb img {
	padding: 0px; 
	background: transparent; 
	float: left;
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li{
		line-height:0px;  font-size:1px;
	margin: 0; padding: 0px;
	background-color: #c8c8c8;
	width: 50px; height:20px;
}
.image_thumb ul li.hover {
	background-color: #7f7f7f;
	cursor: pointer
}
.image_thumb ul li.active {
	background-color: #cc0000;
	cursor: default
}
html .image_thumb ul li h2 {
	font-size: 1.5em; 
	margin: 0px 0; padding: 0;
}
.image_thumb ul li .block {
	float: left;
	margin-left: 0px;
	padding: 0;
	width: 50px; 20px;
}	
.image_thumb ul li p{display: none;}

.dot {
	float: left;
	background: transparent;
}
.dot img {
	padding: 0px;
	background: transparent; 
	float: left;
}
.dot ul {
	margin: 0; padding: 0;
	list-style: none;
}
.dot ul li{
	line-height:0px;  font-size:1px;
	margin: 0; padding: 0px;
	background-color: #c8c8c8;
	width: 25px; height:20px;
}
.dot ul li.hover {
	background-color: #7f7f7f;
	cursor: pointer
}
.dot ul li.active {
	background-color: #cc0000;
	cursor: default
}
html .dot ul li h2 {
	font-size: 1.5em; 
	margin: 0px 0; padding: 0;
}
.dot ul li .block {
	float: left;
	margin-left: 0px;
	padding: 0;
	width: 25px; 20px;
}	
.dot ul li p{display: none;}

/*THIS IS THE ROLL AREA */

/* Removes list-style from lists */
ol, ul {
	list-style:none;
	margin:0;
	padding:0;
}

div#images{
	width:140px;
	height:78px;
	overflow:hidden;
	border:none;
	outline:none;
}