@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
/* Left & Right alignment */
.left {
	float:left;
}
.right {
	float:right;
}
.wrapper {
	width:100%;
	overflow:hidden;
	position:relative;
}
.last{
	background:none !important;
	padding:0 !important;
}
/* Global Structure ============================================================= */
.extra{
	/*overflow:hidden;*/
	position:relative;
	height:100%;
	min-width:960px;
	min-height:950px;
	left:-480px;
}
.main {
	/*height:960px;*/
	position:absolute;
	top:0px;
}
.page_spinner {
	position:fixed;
	background: url(../images/main_spinner.gif) 50% 50% no-repeat #eeeeee;
	z-index:99;
	width:100%;
	height:100%;
	top:0;
	left:0
}
#leftSide{
	width:480px;
	float:left;
}
#rightSide{
	position:relative;
	/*float:left;*/
}
#thumbNav li{
	float:left;
	/*width:280px;*/
	margin-right:5px
}
#thumbNav li a{
	display:block;
	position:relative;
	margin-bottom:5px;
}
#thumbNav li span{
	position:absolute;
	width:280px;
	height:186px;
	top:0;
	left:0;
	background:url(../images/thumb_hover.png) 0 0 no-repeat;
	line-height:186px;
	color:#FFF;
	font-size:24px;
	text-align:center;
}
#thumbNav li span em {font-style:normal;background:url(../images/thumb_hover.png) 0 0 no-repeat;padding:1px 3px;}
#thumbsScroll{
	width:480px;
	background-color:#FFF;
}
#thumbsScroll > div{
	overflow:hidden;
	height:1020px;
}
#description{
	position:absolute;
	right:509px;
	z-index:15;
}
#description > ul {
	position:relative;
}
#description > ul > li > div{
	position:absolute;
	padding:35px 45px 27px;
	width:384px;
	bottom:29px;
	border:1px solid #787878;
	background-color:#fff;
}
#description div p{
	padding-bottom:9px;
}
#description div > a{
	position:absolute;
	top:-13px;
	right:-17px;
	width:40px;
	height:40px;
	background:url(../images/close_des.png) 0 0 no-repeat;
}
#prev, #next {
	display:inline-block;
	margin:0 14px;
	width:38px;
	height:38px;
}
#prev{
	float:left;
	background:url(../images/prev.png) 0 0 no-repeat;
}
#next{
	float:right;
	background:url(../images/next.png) 0 0 no-repeat;
}
.scroll-btns{
	position:absolute;
	overflow:hidden;
	width:100%;
	bottom:22px;
}
.gall_spinner {
	position:absolute;
	width:100%;
	height:100%;
	background:url(../images/gallLoader_cover.png) 0 0 repeat;
	z-index:20;
}
.gall_spinner span {
	display:block;
	width:100%;
	height:100%;
	background:url(../images/gallLoader.gif) 50% 50% no-repeat;
}


/* ============================= lists ====================== */
.list1{
	padding:16px 0 12px;
}
.list1 li {
	overflow:hidden;
	padding-bottom:21px;
}
.list1 span{
	display:block;
	width:40px;
	float:left;
	font-size:35px;
	line-height:35px;
	color:#000;
}
.list1 div{
	overflow:hidden;
	line-height:17px;
}
.list2{
	padding-top:2px;
}
.list2 li {
	overflow:hidden;
	padding-bottom:18px;
}
.list2 img{
	float:left;
	padding-right:13px;
}
.list2 div{
	overflow:hidden;
}
.list3 li{
	display:block;
	padding-bottom:25px;
}
/* ============================= footer ====================== */
