﻿/*Horizontal Orientation CSS*/

.jscarousal-horizontal {
	width: 200px;
	height: 190px;
	margin-top:15px;
	margin: 0;
	padding: 0;
	position: relative; /*overflow: hidden;*/
}
.jscarousal-horizontal-back, .jscarousal-horizontal-forward {
	float: left;
	width: 23px;
	height: 98px;
	/*background-color: #121212;*/
	color: White;
	position: relative;
	top: 6px;
	cursor: pointer;
}
.jscarousal-horizontal-back {
	background-image: url(../images/left.jpg);
	background-repeat: no-repeat;
	margin-top:95px;
	float:left;
	width:23px;
	height:36px;
}
.jscarousal-horizontal-forward {
	background-image: url(../images/right.jpg);
	margin-top:95px;
	background-repeat: no-repeat;
	width:23px;
	height:36px;
	background-position: right;
	float:right;
	margin-right:5px;
}
.jscarousal-contents-horizontal {
	width:140px;
	margin-top:15px;
	height: 190px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents-horizontal > div {
	position: absolute;
	width: 100%;
	height: 124px;
}
.jscarousal-contents-horizontal > div > div {
	float: left;
}
/*.jscarousal-contents-horizontal img
{
	width: 120px;
	height: 94px;
	border: solid 1px #7A7677;
}*/
/*Horizontal Orientation CSS Ends*/

/*Vertical Orientation CSS Starts*/
.jscarousal-vertical {
	width: 140px;
	height: 200px;
	background-color: #121212;
	border: solid 1px #7A7677;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.jscarousal-vertical-back, .jscarousal-vertical-forward {
	width: 100%;
	height: 30px;
	background-color: #121212;
	color: White;
	position: relative;
	cursor: pointer;
	z-index:100;
}
.jscarousal-vertical-back {
	background-image:  url(../top_arrow.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.jscarousal-vertical-forward {
	background-image: url(../bottom_arrow.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.jscarousal-contents-vertical {
	overflow: hidden;
	width: 140px;
	height: 410px;
}
.jscarousal-contents-vertical > div {
	position: absolute;
	top: 40px;
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.jscarousal-contents-vertical > div > div {
	width: 140px;
	height: 125px;
	margin: 8px;
	margin-left: 14px;
}
.jscarousal-contents-vertical > div > div span {
	display: block;
	width: 70%;
	text-align: center;
}
.jscarousal-contents-vertical img {
	width: 110px;
	height: 80px;
	border: solid 1px #7A7677;
}
/*Vertical Orientation CSS Ends*/

/*Common*/
.hidden {
	display: none;
}
.visible {
	display: block;
}
.thumbnail-active {
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-inactive {
	filter: alpha(opacity=20);
	opacity: 0.2;
	cursor: pointer;
}
.thumbnail-text {
	color: #7A7677;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 10px 2px 2px 0px;
}
.ist_products_cont {
	float:left;
	width:140px;

}
.ist_book_bg {
	float:left;
	background-repeat:no-repeat;
}
.ist_book {
	float:left;

	margin-top:6px;
}
#demo-wrapper {
	margin-left:33px;
}
.galler_outer {
	float:left;
	width:100%; background:url(../images/side_shadow.png) bottom left no-repeat;
	border-top:1px solid #dfdcdc;
	height:245px;background-color:#FFF;
	margin-bottom:20px;
}
.galler_outer span {
	font-size:12px;
	font-family: 'museo_sans_700regular';
	color:#333333;
	text-align:center;
	width:100%;
	float:left;
	padding-top:5px;
}
.rating {
	float:left;
	margin-left:20px;
}
