#image-gallery-wrapper {
	margin:0 auto;
	width:964px;
	position:relative;
	padding:5px 0 0;
}

#image-gallery {
	margin:0 auto;
}

.stepcarousel {
	height:189px;
	margin:0 auto;
	position:relative;
	width:909px;
}
.stepcarousel .belt{
position:absolute; /*leave this value alone*/
left:0;
top:0;
}

.stepcarousel .panel {
	background-color:#DAE4EA;
	border:8px solid #76C9FA;
	float:left;
	height:154px;
	margin-right:13px;
	overflow:hidden;
	width:198px;
}
.stepcarousel .panel p{
text-align:left; /*leave this value alone*/
overflow:hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin:5px 5px ; /*margin around each panel*/

}

.stepcarousel .panel h2{
text-align:left; /*leave this value alone*/
height:20px;
overflow:hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin:2px 5px ; /*margin around each panel*/
font-size:16px;
font-weight:bold;
text-align:center;
font-family:Georgia,century gothic,Arial,verdana, sans-serif;
}

.stepcarousel .panel img{
margin:0; /*margin around each panel*/
padding:0;
}

#image-gallery-wrapper .prev, #image-gallery-wrapper .next {
	display:block;
	position:absolute;
	top:90px;
	height:16px;
	width:11px;
	text-indent:-9999px;
}

#image-gallery-wrapper .prev {
	background:url(sliding-prev-button.gif) no-repeat 0 0;
	left:6px;
}

#image-gallery-wrapper .next {
	background:url(sliding-next-button.gif) no-repeat 0 0;
	right:6px;
}

.blockBonus{
	position:relative;
	width:198px;
	height:154px;
}

span.tit{
	font-size:16px;
	font-weight:bold;
	color:#0f97e9;
}
span.bonus{
	font-size:14px;
	font-weight:bold;
	color:#0f97e9;
	float:left;
	padding-left:3px;
}
span.tit a{
	color:#0f97e9;
	text-decoration:none;
}

span.tit a{
	color:#0f97e9;
	text-decoration:underline;
}

.shield {
	position:absolute;
	right:5px;
	top:75px;
}

.playBtn {
	position:absolute;
	right:4px;
	top:129px;
}
td.padd{
padding-bottom:8px;
}
