/*** Event Images ***/

#toolbar {
	display: none;
}

#frame, #frame div.button, #scroller, .section { 
	height: 112px; 
}

#frame {
	overflow: hidden;
	margin: 0 auto;
	width: 700px;	
	position: relative;	
}
	
#frame div.button {
	position: absolute;
	cursor: pointer;
}
	
div.button#left {
	top: 0; 
	left: 0; 
	margin: 0; 
	padding-left: 0; 
	padding-right: 0; 
	padding-bottom: 0;
	width: 16px; 
	height: 98px; 
	color: #fff; 
	text-align: center;
	margin-top: 10px;
	background: #fff url(../images/bg/button_left.gif) no-repeat center center;
	border: 1px solid #e6e6e6;
}

div.button#left:hover {
	border: 1px solid #00d2ff;
}

div.button#right {
	top: 0; 
	left: 0; 
	margin: 0; 
	padding-left: 0; 
	padding-right: 0; 
	padding-bottom: 0;
	background-color: #ccc; 
	width: 16px; 
	height: 98px; 
	color: #fff; 
	text-align: center;
	margin-top: 10px; 
	margin-left: 682px;
	background: #fff url(../images/bg/button_right.gif) no-repeat center center;
	border: 1px solid #e6e6e6;
}

div.button#right:hover {
	border: 1px solid #00d2ff;
}

#scroller {
	width: 652px;
	margin: 0 auto;	
	overflow: hidden;
}

#contents {
	width: 10000px;
}
	
.section {
	width: 652px;
	margin: 10px 20px 20px 14px;
	float: left;
}

.section a {
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	background: #eee url(../images/ajax/loading_indicator_blue.gif) no-repeat center center;
	margin-right: 5px;
	margin-bottom: 5px;
}

.section img {
	border: 5px solid #eee;	
}

.section img:hover {
	border: 5px solid #00d2ff;
}

/*** Images <5 ***/

#images {
	clear: block;
	margin-top: 20px;
	height: 100px;
}

#images a {
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	background: #eee url(../images/ajax/loading_indicator_blue.gif) no-repeat center center;
	margin-right: 5px;
	margin-bottom: 5px;	
}

#images img {
	border: 5px solid #eee;	
}

#images img:hover {
	border: 5px solid #00d2ff;
}