/**************************************************
*
*	CONTAINER STYLES
*
**************************************************/

#horiz_container_outer
{
	width:462px;
	overflow-x:hidden;
	overflow-y:hidden;
	position:relative;
	height:253px;
	margin:0 auto;
}

#caption-bottom-f {
    margin-left: 2px;
    width: 99% !important;
}
#horiz_container
{
	width:9942px;	
	margin:0px;
	padding:0px;
	height:250px;
}
.bottom_text{ text-transform:uppercase;}
#horiz_container ul
{
	margin:0px; padding:0px;
	float:left;
}

#horiz_container_inner
{
	padding:5px;
	padding-left:0px;
	top:0 !important;
}

#horiz_container li
{
	list-style:none;
	display: inline-table;
	margin:0px;
}

#horiz_container li img
{
	padding:0px;
	margin:0px;
}



.caption-bottom.big-text{ height:120px;}
.caption-bottom.big-text.open{ height:120px; margin-top:-120px;}
/**************************************************
*
*	SCROLLING STYLES
*
**************************************************/

#scrollbar 
{ 
    position:relative; 
    width:445px; height:12px;
    display:block;
    font-size:1px;
    top:0px;
    margin:0px auto;
}

#track {
    border-bottom: 1px solid #C1C1C1;
    height: 11px;
    left: 0;
    position: absolute;
    top: 24px;
    width: 445px;
}
#dragBar 
{
    position:absolute; left:0px; top:0px;
    width:121px; height:21px; 
	background: url("../images/scrool.png") no-repeat scroll 0 0 transparent;
	cursor:pointer;
}  
  
/* Prevent selection problem */
#scrollbar, #track, #dragBar, #left, #right {
    -moz-user-select: none;
    -khtml-user-select: none;
}

#left_scroll, #right_scroll{display:none;}

.caption-bottom{ height:0px;}

.open {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;  
	margin-top:-83px;   
	width: 100%;
	background:#000;
	height:84px;
	opacity: 0.4;
	position:absolute;
}


.close-b{
opacity: 0.4;	
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;   
	margin-top:0px;   
	width: 100%;
	background:#000;
	height:0px;
	position:absolute;	
}
#horiz_container li{ position:relative;}


