#events_slider
{
	width:  378px;
	height: 151px;
	overflow: hidden;
}

#events_slides
{
	width: 99999px;
}

.events_slide
{
	overflow: hidden;
	width: 378px;
	height: 151px;
	float: left;
}

.next
{
	width: px;
	height: px;
	background: URL(../images/prev.png);
}

.prev
{
	width: px;
	height: px;
	background: URL(../images/prev.png);
}

.cb
{
	clear: both;
}

.fl
{
	float: left;
}

.event .left_menu
{
	width: 190px;
	margin-right: 17px;
	padding-left: 10px;
	border-right: 1px solid #cccccc;
}

.event #event_content
{
	width: 388px !important;
	padding-right: 15px;
}

.next
{
	width: 26px;
	height: 19px;
	background: url(../images/next_normal.png);
	border: none;
}

.prev
{
	width: 26px;
	height: 19px;
	background: url(../images/prev_normal.png);
	border: none;
}

.next:hover
{
	width: 26px;
	height: 19px;
	background: url(../images/next_hover.png);
	border: none;
	cursor: pointer;
}

.prev:hover
{
	width: 26px;
	height: 19px;
	background: url(../images/prev_hover.png);
	border: none;
	cursor: pointer;
}

.next_hover
{
	width: 26px;
	height: 19px;
	background: url(../images/next_hover.png);
	border: none;
	display: none;
}

.prev_hover
{
	width: 26px;
	height: 19px;
	background: url(../images/prev_hover.png);
	border: none;
	display: none;
}

