/*Horizontal Orientation CSS*/
.jscarousal-horizontal
{
	width:280px;
	height: 40px;
	/*background-color: #121212;
	border: solid 1px #7A7677; */
	margin-left: 30px;
	padding: 0;
	/*padding: 22px 8px 22px 8px;*/
      padding: 12px;
	position: relative; /*overflow: hidden;*/
}
.jscarousal-horizontal-back, .jscarousal-horizontal-forward
{
	float: left;
	width: 23px;
	height: 20px;
	/*background-color: #121212; */
	/*color: White; */
	position: relative;
	top: 10px;
	cursor: pointer;
}
.jscarousal-horizontal-back
{
	background-image: url(../images/left_img_tick.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.jscarousal-horizontal-forward
{
	background-image: url(../images/right_img_tick.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.jscarousal-contents-horizontal
{
	width: 200px;
	height: 40px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents-horizontal > div
{
	position: absolute;
	width: 100%;
	height: 124px;
}
.jscarousal-contents-horizontal > div > div
{
	float: left;
	margin-right: 5px;
      margin-left: 5px;
}
.jscarousal-contents-horizontal img
{
	width: 40px;
	height: 40px;
	/*border: solid 1px #7A7677; */
}
/*Horizontal Orientation CSS Ends*/

#carousalRecent
{
      clear: both;
	width: 960px;
	height: 133px;
	/*background-color: #121212;
	border: solid 1px #7A7677;
	margin: 0; */
      background:url(../images/recentlyviewd_bkgd.jpg) no-repeat bottom;
	padding: 0;
	/*padding: 22px 8px 22px 8px; */
      margin: 10px 0 30px 0px;
	position: relative; /*overflow: hidden;*/
}
/*.jscarousal-vertical-back, .jscarousal-vertical-forward*/
#carousalRecent-back, #carousalRecent-forward
{
	float: left;
	width: 6px;
	height: 133px;
	/*background-color: #121212; */
	color: White;
	position: relative;
	top: 6px;
	cursor: pointer;
}
/*.jscarousal-vertical-back*/
#carousalRecent-back
{
	/*background-image: url(../images/left_img_tick.gif);
	background-repeat: no-repeat;
	background-position: left; */
      
}
/*.jscarousal-vertical-forward*/
#carousalRecent-forward
{
	background-image: url(../images/right_img_tick.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.jscarousal-contents-vertical
{
	width: 940px;
	height: 133px;
	float: left;
	position: relative;
	overflow: hidden;
      
}
.jscarousal-contents-vertical h2 {
	font-size:14px;
	font-style:italic;
}
.jscarousal-contents-vertical > div
{
	position: absolute;
	width: 100%;
	height: 133px;
}
.jscarousal-contents-vertical > div > div
{
	float: left;
	margin-left: 8px;
	margin-right: 8px;
}
.jscarousal-contents-vertical img
{
		float: left;
    	height: 79px;
    	margin: 17px 0 10px 7px;
    	width: 70px;
}

.jscarousal-contents-vertical p
{
	
	float: left;
	width:130px;
	padding:5px 6px 0px 0px;
	margin: 15px 0 0 5px;
	font-size:12px;
}

.jscarousal-contents-vertical a {
	text-decoration:none;
	color:#0a213b;
}

.jscarousal-contents-vertical span.disc {
	font-size:13px;
	font-weight:normal;
	text-decoration:line-through;
}





/*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;
}

/*recently viewed**************/

#carousalRecent {
	float: left;
	margin: 5px 5px 5px 0px;
	list-style-type:none;
	width:960px;
	margin:0px;
}
  
#carousalRecent .outerContainer
{
	display: table;
	height: 112px;
	overflow: hidden;
	width: 200px;
	background-color: #fffff;
	margin-left:28px;
	float:left;
}


#carousalRecent .outerContainer .innerContainer
{
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;

}

#carousalRecent .outerContainer .innerContainer .element img
{
	float: left;
          width: 250px;
    height: auto;
      display: block;
      vertical-align:middle;
}

  
#carousalRecent .outerContainer .innerContainer .element p
{
	float:left;
	display: block;
      width:130px;
	margin:0px 0px 5px 5px;
     
      
}
  
#carousalRecent .outerContainer:Hover .innerContainer .element a
{
	/*color: #FFFFFF;*/
	text-decoration: none;  	  
}

#carousalRecent .outerContainer .innerContainer .element a
{
	text-decoration: none;  	  
	color:#0a213b;
}

#carousalRecent h2 {
	font-size:16px;
}