﻿/* Gallery styles */

#gallery{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	border:1px solid white;
	
	background:url(img/panel.jpg) repeat-x bottom left #ffffff;
	
	/* The width of the gallery */
	width:100%;
	overflow:hidden;
}

#slides{
	/* This is the slide area */
	height:auto;
 
/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width: 960px;
	overflow:hidden;
}
#hr{
			width:960px;
			color:silver;	
		    margin-bottom:5px;
}			


.slide{ 
    width:960px; 
    height:auto; 
	float:left;
}
h5#brand {
    
    text-align:left;
     font-size:1.0em;
     font-weight:bold;
     text-indent:20px;
     width: 760px;
      height: 30px;
      padding-top:10px;
      background-image:url('images/pdt1_09.gif');
      background-repeat:repeat-x  
          }
ul.box-list{
    margin-bottom:20px;
    margin-left:5px;
    width:auto;
    height:auto;
   
    float:left
   
}

li.adsl{
			 width:330px;
			 margin:auto;
			 height:80px;
			 padding:1px;
			 margin-right:7px;
			 margin-left:7px;
			 margin-top:9px;
			 float:left;
			 display:block;
			}
li.adsl a {
				 height:80px;
				
}
li.acs{
			 width:100px;
			 margin:auto;
			 padding:1px;
			 margin-right:7px;
			 margin-left:7px;
			 margin-top:9px;
			 float:left;
}
a#model{
				color:  #666666;
				display:block;
				text-decoration:none;
				padding: 5px 5px;
				

}
a#model:link{
			   
				text-decoration:none;	
				
}
a#model:hover{
                outline-style:  dotted;
                outline-color: gray;
                outline-width: 1px 
               
				    
				  				 
}
img.model{
				width:80px;
				height:68px;
			    float: left;
			    margin-right:10px
			
}
img.acs {      width:90px;
				height:72px;
			    float: right				
}
b.model{
				text-transform:uppercase;
			
}
#model{
				
				font-size:11px;
				margin-bottom:0;
}
li.voip {
			 width:740px;
			 margin:auto;
			 height:160px;
			 padding:1px;
			 margin-right:7px;
			 margin-left:7px;
			 margin-top:9px;
			 float:left;
			 display:block;

}
li.voip a {
				color:gray;
				font-size:small;
			    text-align:justify
}
li.voip img.model {
				height:130px;
				width:200px;
				float:left;
				padding-left:15px;
				padding-right: 15px
}

#menu{
	/* This is the container for the thumbnails */
	height:30px;
	width:auto;
}

ul{
	margin:0px;
	padding:0px;
}

#menu ul li{
	/* Every thumbnail is a li element */
	width:85px;
	display:inline-block;
	list-style:none;
	height:35px;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
}
#menu ul li b{
				  font:caption; color: #666666;
}
#menu ul li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(img/pic_bg.png) repeat;
}

li.act:hover{
	/* The active state of the thumb */
	background: url(img/active_bg.png) no-repeat;
}

#menu ul li.act{
	/* The active state of the thumb */
	background:url(img/active_bg.png)  no-repeat;
}
#menu ul li.act a{
	cursor:default;
}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:1px;
	background:url(img/divider.png) no-repeat right;
}

#menu ul li a{
	display:block;
	background:url(img/divider.png) no-repeat right;
	height:35px;
	width:auto;
	padding-top:10px;
}

a img{
	border:none;
}

/* The styles below are only necessary for the demo page */

#slider-main{
	/* The main container */
	margin:15px auto;
	text-align:center;
	width:100%;
	position:relative;
}

a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration: none;
}

