
#scroller_horz1 {
        height: 80px;
        display:block;
        overflow-y: hidden;
        overflow-x: hidden;
}

#scroller_horz1 span {
        display: block;
        width: 100%;
}

#scroller_slider1 {
        height: 80px;
        width: 10px;
        background-color: #838383;
}

#up1, #down1 {
        background-color: #DEDEDE;
        font: 12px arial;
        cursor: pointer;
        display:block;
        float:none;
        height: 12px;
}

#scroller_vert {
        width: 400px;
        height: 20px;
        overflow: hidden;
}

#scroller_horz {
        border: 1px solid #DCDCDC;
        width: 340px;
        height: 30px;
        overflow:hidden;
}

#scroller_horz_content {
        width: 350%;
        overflow: hidden;
}


#container {
  position: relative;    
  width: 375px;         
  height: 100px;      
  overflow: hidden;
  border: 1px solid #EFEFEF;
}

#scroller { 
  width: 625px; /* = width + margin left + margin right + padding*2 + border*2  from the content rule */
}

.content {
        width: 50px;
        height:50px;    
        background-color:#8ECF8E;
        margin: 2px;     

        /*  
        width: 125px;
        height: 100px;            
        */           

        float: left;    
        font-size: .8em;
}

.scrollNav, .scrollNav a:link, .scrollNav a:visited  {
        font-size: .8em; 
        color:#00009C;
        font-weight: bold;
}

.vid_container {
        background-image: url('../images/video/video-bg.png');
        background-repeat: no-repeat;
        width: 334px;
        height: 75px;
        display: block;
}

.vid_left {
        background-image: url('../images/video/back-1.png');
        background-repeat: no-repeat;
        padding: 0 0 0 5px;
        margin-top: 20px;
        width: 15px;
        height: 16px;      
        display:block; 
        float:left;     
}                    

.vid_content {
        padding-top: 4px;
        padding-right: 3px;
        margin-right: 3px;
        display:block;
        float:left;
        width: 278px;
        height: 65px;
        overflow: hidden;
}

.vid_right {
        background-image: url('../images/video/next-1.png');
        background-repeat: no-repeat;

        /*
        margin-top 20px;
        padding: 0 0 0 5px;
        */

        float:right;
        margin: 6% 10px 8px 0px;
        padding: 0px 0px 0px 5px;

        width: 15px; 
        height: 16px;    
        display:block;
}

.scroller {
        margin: 2px;                 
        width: 500px;
        z-Index: 50;
}

.scroll.content {
        margin: 2px;
}




.vid_content_item {
        width: 50px;
        height:50px;
        background-color:#000000;
        margin: 2px;

        /*  
        width: 125px;
        height: 100px; 
        */

        float: left;
        font-size: .8em;
}

.vid_content_item img {
        border: 2px solid #838383;
        width: 50px;
        height: 50px;
}


.vid_content_item img:hover {
        border: 2px solid #CDCDCD;
        width: 50px;
        height: 50px;
}

.pics_content {     
        width: 375px;
        overflow: hidden;        
        float:left; 
}

.pics_container {
        background-image: url('../images/photo/photo-bg.png');
        background-repeat: no-repeat;
        width: 403px;
        height: 38px;
	float: left;
}

.pics_back_btn {
        background-image: url('../images/photo/back-1.png');
        background-repeat: no-repeat;
        width: 10px;
        height: 11px;
        display: block;
        padding: 0px;  
        margin: 0px;      
}

.pics_icon {         
	position: absolute;
	left: 700px;
	top: 120px;
	margin-left: 30px;
	height: 80px;
	z-Index: 5;
}

.vids_icon {
	float:left;
	margin-left: 30px;
}

.pics_next_btn {     
        width: 10px;    
        height: 11px;
        display: block;           
        padding: 0px;
        margin: 0px;
        margin-right: 2px;
}

.pics_content {
        width: 375px;
        overflow: hidden;
        float:left;       
}


.pics_content_item {    
        width: 25px;
        height:25px;
        background-color:#000000;
        margin: 2px;
        float: left;
        font-size: .8em;
}


.pics_content_item img {
        border: 2px solid #838383;
        width: 25px;
        height: 25px;
}

.pics_content_item img:hover {
        border: 2px solid #CDCDCD;
        width: 25px;
        height: 25px;
}

.pics_scroller {
        height: 30px;
        overflow: hidden;
        float:left;
}


