﻿
    /** 
     * Beginning of Slideshow style rules from http://sixrevisions.com/tutorials/javascript_tutorial/create-a-slick-and-accessible-slideshow-using-jquery/
     */
     
     #slide {
    	display:inline-block;
    	text-align:center;
    	position:relative;
    	left:-39px;
    	z-index: 2;
     }
     #panel {
     	height: 310px;
     }
    #slideshow {
    	float:left;
        margin: 0 0 0 20px;
       width: 475px;
        height: 310px;
        background: transparent no-repeat 0 0;
    }

    #slideshow #slidesContainer {
        margin: 0 auto;
        width: 455px;
        height: 310px;
        overflow: auto; /* allow scrollbar */
        position: relative;
    }

    #slideshow #slidesContainer .slide {
        margin: 0 auto;
        width: 800px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
        height: 380px;
    }


    .slide .main_image {
        display: block;
        float: left;
        width: 455px;
        height: 310px;
        margin: 0 0 0 0;
    }

    #specshow {
    	float:left;
        margin: 50px 0px 0px 30px;
        width: 350px;
        height: 218px;
        background: transparent no-repeat 0 0;
    }

    #specshow #specsContainer {
        margin: 0;
        width: 350px;
        height: 218px;
        overflow: auto; /* allow scrollbar */
        position: relative;
    }

    #specshow #specsContainer .spec {
        width: 350px; /* reduce by 20 pixels of #specsContainer to avoid horizontal scroll */
        height: 218px;
        border:1px transparent solid;

    }

    .spec p {
        color: #000000;
        margin: 30px 40px 27px 30px;
        font-family:"Times New Roman";
        font-size: 17px;
        font-weight: bold;
        font-style:normal;
        text-align:left;
    }

    
    /** 
     * Slideshow controls style rules.
     */
    #controlcenter {
    	text-align: center;
    }
    #controlwrap {
    	display:inline-block;
    	margin: 0px 0px 0px 63px; 
    	left: 23px;
    	
    	height:40px;
    	background: url(../images/apps-page-controller-base.png) no-repeat right center;
    	position:relative;
    }
    
    .control {
    	display:inline-block;
        top:0px;
        float:left;
        width: 33px;
        height: 20px;
        text-indent: -10000px;
        cursor: pointer;
        border: 0px solid;
    }

    #leftControl {
        background: transparent url(../images/apps-page-controller-left.png) no-repeat center center;
        position:relative;
        
    }

    #rightControl {
         background: transparent url(../images/apps-page-controller-right.png) no-repeat center center;
         
    }
    
    .indicator    {
    	display:inline-block;
    	position:relative;
    	height: 50px;
    	width: 195px;
    	left: 47px; 
    	cursor:pointer;
    	text-align:right;
    }
    
    .indicator img {
	    margin: 10px 5px 15px 5px;
		top: 310px;
    }
    
    .clear {
    	float: none;
    }
    

    .seeMore
    {
        display:block;
       /*  background: transparent url(../images/see-more-apps.png) no-repeat center center; */
	   font-size: 13px;
	   margin-bottom: 2px;
            
    }