.jscarousal
{
	background: #F1F1EE;
	width: 99%;
	min-height: 250px;
	margin: 0;
	padding: 0;
	padding: 15px 5px 5px 5px;
	position: relative; /*overflow: hidden;*/
	border: .5px solid #aaaaaa;
	border-radius: 1px;
	-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right
{
	float: left;
	width: 36px;
	height: 36px;
	position: relative;
	top: 80px;
	cursor: pointer;
}
.jscarousal .jscarousal-left
{
	background-image: url(left_arrow.png);
	background-repeat: no-repeat;
	background-position: left;
}
.jscarousal .jscarousal-right
{
	background-image: url(right_arrow.png);
	background-repeat: no-repeat;
	background-position: right;
}
.jscarousal-contents
{
	width: 90%;
	min-height: 250px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents > div
{
	position: absolute;
	width: 100%;
	height: 340px;
}
.jscarousal-contents > div > div
{
	float: left;
	margin-left: 8px;
	margin-right: 8px;
}
.jscarousal-contents img
{
	width: auto;
	height: auto;
	float: left;
	margin-right:  15px;
}
.hidden{display: none;}
.visible{display: block;}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-inactive
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.slider-discription {
    float: left;
    margin-left: 17px;
    width: 55%;
}
.slider-discription h1 {
	margin: 0 0 10px 0;
}
.slider-image {
    float: left;
    margin-left: 15px;
    width: 40%;
}