ul, ol, dl{padding:0;}

#epcontainer{
	margin: 0 auto;
	width: 980px;
	/* [disabled]text-align:left; */
	position: relative;
	font-family: Tahoma;
	clear:both;
}
	
ul#epitems{		
	margin:1em 0 -10px;
	width:auto;
	height:152px;
	overflow:hidden;
	}
ul#epitems li{
	list-style:none;
	float:left;
	height:150px;
	overflow:hidden;
	margin:0px 22px;
	background:#ffd800;
	color:#000088;
	text-align:center;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #fff;
	color:#000088;
	width:280px;
	}
ul#epitems li:hover{color:red;}
ul#epitems li .image{
	margin:14px 23px 4px 23px;
	width:228px;
	height:92px;
	overflow:hidden;
	border:2px solid #fff;
	-moz-box-shadow:0 1px 1px #bbb;
	-webkit-box-shadow:0 1px 1px #bbb;
	box-shadow:0 1px 1px #bbb;
	}	
ul#epitems h3{font-size:12px;font-weight:bold;margin:.25em 0;text-shadow:#f1f1f1 0 1px 0;}	
ul#epitems .info{color:#999;text-shadow:#f1f1f1 0 1px 0; margin-top:0px; font-size:11px; width:100%}	
ol#pagination{position:relative;text-align:center;}
ol#pagination li{
	display:inline-block;
	width:16px;
	height:16px;
	background:url(bg_buttons.png) no-repeat 0 0;
	text-align:left;
	text-indent:-8000%;
	list-style:none;
	cursor:pointer;
	}
ol#pagination li:hover{background:url(bg_buttons.png) no-repeat 0 -16px;}
ol#pagination li.current{color:#f00;font-weight:bold;background:url(bg_buttons.png) no-repeat 0 -32px;}
ol#pagination li.prev, ol#pagination li.next{
	position:absolute;
	top:-100px;
	}
ol#pagination li.prev{left:-30px;background:url(bg_buttons.png) no-repeat 0 -64px;}
ol#pagination li.next{right:-30px;background:url(bg_buttons.png) no-repeat 0 -48px;}
