#gallery{
	width:960px;
	float:left;
	height:543px;
	background-color:#fff;
}

#slides{
	width:748px;
	height:502px;
	float:left;
	border:1px solid #FFF;
	margin:20px 0 20px 0;
	overflow:hidden;
	text-align:center;
}

.loading{
	background:url('../images/spinner.gif') no-repeat center center;	
}

#slides_li{
	float:left;
	top:0px;
}

#slides img{
	float:left;
	vertical-align:middle;
}

#thumbs{
	width:76px;
	float:right;
	height:543px;
	margin:0;
	overflow:hidden;
}

#g_scroll_up{
	width:74px;
	height:16px;
	float:left;
	margin-bottom:4px;
}

#g_scroll_up:hover,#g_scroll_down:hover{
	cursor:pointer;
}

#thumbs_li{
	width:76px;
	height:502px;
	float:left;
	overflow-y:hidden;
	position:relative;
	top:0px;
}

#thumbs_li img{
	border:2px solid #000;
	margin-bottom:1px;
	width:74px;
	border:1px solid #e6e6e6;
}

#thumbs_li img:hover{
	cursor:pointer;
}

#g_scroll_down{
	width:74px;
	height:16px;
	float:left;
	margin-top:5px;
}

#g_scroll_down:hover, #g_scroll_up:hover{
	cursor:pointer;
}

/*PRESS GALLERY*/

#press_gallery{
	width:940px;
	float:left;
	height:800px;
	background-color:#fff;
}

#press_slides{
	width:850px;
	height:750px;
	float:left;
	border:1px solid #FFF;
	margin:20px 0 20px 0;
	overflow:hidden;
	text-align:center;
}

.loading{
	background:url('../images/spinner.gif') no-repeat center center;	
}

#press_slides_li{
	float:left;
	top:0px;
}

#press_slides img{
	float:left;
	vertical-align:middle;
}

#press_thumbs{
	width:76px;
	float:right;
	height:850px;
	margin:0;
	overflow:hidden;
}

#press_g_scroll_up{
	width:74px;
	height:16px;
	float:left;
	margin-bottom:4px;
}

#press_g_scroll_up:hover,#press_g_scroll_down:hover{
	cursor:pointer;
}

#press_thumbs_li{
	width:76px;
	height:750px;
	float:left;
	overflow-y:hidden;
	position:relative;
	top:0px;
}

#press_thumbs_li img{
	border:2px solid #000;
	margin-bottom:1px;
	width:74px;
	border:1px solid #e6e6e6;
}

#press_thumbs_li img:hover{
	cursor:pointer;
}

#press_g_scroll_down{
	width:74px;
	height:16px;
	float:left;
	margin-top:5px;
}

#press_g_scroll_down:hover, #press_g_scroll_up:hover{
	cursor:pointer;
}





























