@charset "UTF-8";

@import url("scrollable-horizontal.css");
@import url("scrollable-buttons.css");
@import url("overlay-basic.css");


#events-gallery { 
	margin-left:5px;
	margin-top:50px;
	position:relative;
	width:600px;
}

#events-gallery-content {float:left; clear:both; margin-bottom:30px;}

.title_slides {font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#F00; font-weight:bold;}

.slide_images {float:left; clear:both}

.scrollable {
	/* required settings */
	height:72px;
	overflow:hidden;
	position:relative;
	width:505px;
}

.scrollable img {
	float:left;
	margin:0 10px;
	background-color:#BDCFE5;
	padding:2px;
	border:1px solid #BDCFE5;
	cursor:pointer;
	width:166px;
	height:101px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

a.browse {
	margin-top:40px;
}

.items img {
	height:67px;
	margin:0;
	width:100px;
}

/* make A tags our floating scrollable items */
.items a {
	display:block;
	float:left;
	margin:0 10px;
} 

/* scrollable should not disable gallery navigation */
#gallery .disabled {
	visibility:visible !important;
}

#gallery .inactive {
	visibility:hidden !important;
}


.slide_images .list {float:left;overflow:hidden;width:480px;height:70px;padding-top:20px;}
.slide_images .list .items {overflow:hidden;width:10000px;height:70px;}
.slide_images .list .items-inside {position:relative;}

.slide_images a.nextPage {position:absolute;float:left;margin-left:530px;}


/*=============  award  =============*/


.award img {
	margin:0;
}

.award a {
	display:block;
	float:left;
	margin:0 9px;
} 



.slide_award  .list {float:left;overflow:hidden;width:800px;height:70px;padding-top:12px;}
.slide_award  .list .items {overflow:hidden;width:10000px;height:70px;}
.slide_award  .list .items-inside {position:relative;}

.slide_award  a.prevPage {margin-top:32px;}
.slide_award  a.nextPage {position:absolute;float:left;margin-left:850px;margin-top:32px;}


/*=============  end of award  =============*/

