.slider {
    width: 638px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 240px;
    width: 638px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    height: 210px;
    width: 638px;
}

ul.navigation {
	width: 399px;
	margin: 0;
	list-style-type: none;
	padding: 0;
}

ul.navigation li {
	display: block;
	float: left;
	width: 199px;
}

ul.navigation a, ul.navigation a:visited {
	width: 144px;
	padding-left: 15px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-right: 20px;
	display: block;
	line-height: normal;
	background-color: #ffffff;
	background-image: url(../images/dpmg/box-bullet.png);
	color: #990000;
	border: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	background-position: 4px 10px;
	background-repeat: no-repeat;
}

ul.navigation a:hover {
	color: #333333;
	background-image: url(../images/dpmg/box-bullet-red.png);
	background-position: 4px 10px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
}

ul.navigation a.selected {
	color: #333333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
	background-color: #f0f0f0;
	background-image: url(../images/dpmg/box-bullet-red.png);
	background-position: 4px 10px;
	background-repeat: no-repeat;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
	position: absolute;
	top: 105px;
	cursor: pointer;
	z-index: 600;
}

.scrollButtons.left {
    left: 0px;
}

.scrollButtons.right {
    right: 0px;
}

.hide {
    display: none;
}

.slider-post-title {
	font-weight: bold;
	color: #333333;
	padding-bottom: 10px;
	line-height: normal;
}
.slider-post-content {
	color: #eeeeee;
	font-size: 12px;
}
.slider-post-more a, .slider-post-more a:visited {
	color: #eeeeee;
	text-decoration: underline;
	font-size: 12px;
}
.slider-post-more a:hover {
	color: #333333;
}

