

#ssc {
	float: left;
	position: relative;
	height: 333px;
	width: 427px;
	background: url('/public/img/ssc_bgmain.gif') left top no-repeat;
}
#ssc_gameInfo {
	float: right;
	width: 427px;
	padding-bottom: 12px;
}
.ssc_gameLogo {
	margin-left: -10px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #3c3c3c;
}
.ssc_itemDisplay {
	display: block;
	position: absolute;
	left: 30px;
	top: 15px;
	width: 368px;
	height : 245px;
	cursor : pointer;
}
.ssc_itemDisplay img {
	display: block;
	width: 368px;
	height : 245px;
}
img.ssc_magnifyingGlass {
	display: block;
	position: absolute;
	right: 30px;
	bottom: 74px;
	width: 36px;
	height: 36px;
	z-index: 10;
	background: transparent url('/public/img/ssc_magnifying_glass.png') left top no-repeat;
	cursor : pointer;
}
.ssc_thumbnails {
	position : absolute;
	left : 31px;
	bottom : 13px;
	width : 366px;
	height : 44px;
	overflow : hidden;
}
.ssc_thumbnailHolder {
	position : absolute;
}
.ssc_thumbnail {
	position : absolute;
	width : 66px;
	height: 44px;
	background-color: #fff;   
}
.ssc_thumbnail img {
	display : block;
	width : 66px;
	height: 44px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	cursor: default;
}
.ssc_tmbnHover, .ssc_current {
	width: 62px;
	height: 40px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	border: #fe8900 2px solid;
	cursor: pointer;
}
.ssc_tmbnHover img, .ssc_current img {
	width: 62px;
	height: 40px;
}
a.ssc_leftArrow {
	display: block;
	position : absolute;
	bottom : 13px;
	left : 10px;
	width : 20px;
	height : 44px;
}
a.ssc_leftArrow:hover {
	background: url('/public/img/ssc_left_hover.gif') left top no-repeat;
}
a.ssc_rightArrow {
	display: block;
	position : absolute;
	bottom : 13px;
	right : 10px;
	width : 19px;
	height : 44px;
}
a.ssc_rightArrow:hover {
	background: url('/public/img/ssc_right_hover.gif') right top no-repeat;
}
