﻿/* CSS Document */
.jsg_text_container {
	background-color:#FFFFFF;
	height: 220px;
	margin:0px;
	padding-left:13px;
	padding-right:30px;
	padding-top:24px;
}

.jsg_display_container {
	float:left;
	height:384px;
	margin-left:0px;
	width:472px;
}

.jsg_preview {
	padding: 0;
}

.jsg_preview_container {
	float: left;
	width: 483px;
	height: 117px;
	overflow: hidden;
	padding: 8px 0 0;
}

.jsg_preview_container img {
	cursor: pointer;
}

.jsg_preview_scroller {
	height: 117px;
	width: 10000px;
}

.jsg_scroll_left {
	cursor: pointer;
	float: left;
	padding: 0 5px 0;
	font-weight: bold;
/*	width: 18px;
	height: 115px;
	margin: 8px 0 0;
	background-image: url(../images/jsg_left.gif);
	background-repeat: no-repeat;
	background-position: -2px 7px;*/
}

.jsg_scroll_right {
	float: left;
	cursor: pointer;
	padding: 0 5px 0;
	font-weight: bold;
/*	width: 18px;
	height: 115px;
	margin: 8px 0 0;
	background-image: url(../images/jsg_right.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;*/
}