div.dsgScrollbox {

	height: 78px;
	width: 896px;
	margin-left: 30px;
	margin-right: 30px;

	overflow: hidden;
	float: left;
	position: relative;
}

div.dsgScrollbar {
	position: relative;
	width: 5000px;
	height: 78px;
	top: 0;
	left: 0px;
	z-index: 1;
}

div.dsgButtonPrev, div.dsgButtonNext {
	width: 16px;
	height: 78px;

	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	float: left;
}

div.dsgButtonPrev {
    background-image: url(../img/article_left_arrow.png);
}

div.dsgButtonNext {
    background-image: url(../img/article_right_arrow.png);
}


div.dsgItem {
	float: left;
	padding-right: 22px;
	cursor: pointer;	
}


div.dsgItemOverlay, div.dsgItem, div.dsgItemThumb  {
	width: 80px;
	height: 78px;
}

div.dsgItemThumb {
	width: 76px;
	height: 74px;
	border: solid white 2px;
	cursor: pointer;
}


div.dsgItemOverlay {
	background-image: url(../img/gal_bcg.png);
}

div.dsgItemThumb {
	background-position: left top;
	background-repeat: no-repeat;
}

