﻿/* These hieghts and widths should be edited to your images */	
ul#GalleryList
{
    padding: 0px;
    margin: 0 auto;
   
}
.pika_main{
	width:660px;
	margin:0 auto;}
#GalleryList li
{
    margin: 10px 10px 10px 0px;  
    float: left;
    border: 0px solid #222;
}

/* thats all you NEED to edit. But continue if you'd like. */
ul#GalleryList li img{position:relative;cursor:pointer;}
.pika_main img{border:0px solid #222; width: 660px; margin-top: 8px;}
.pika_main{position: relative;margin:0 auto;}
.pikachoose li{float:left;position:relative;overflow:hidden;list-style:none;  }
.pika_play{position:absolute;top:10px;right:20px;z-index:1;}
.pika_play a{position:relative;margin-left:auto;cursor:pointer;}
.pika_play img{border:none !important;}
.pika_caption{width:100%;height:30px;text-align: left; color: #FFFFFF;}
.pika_navigation a{font-size: 12px;color:white;text-decoration: none;}
.pika_navigation a:hover{text-decoration: underline;}
.pika_navigation
{
    padding-top: 20px;
    clear: both;
    text-align: center;
    padding-bottom: 10px;
}

/* SliderJS */
.sliderjs{ background-color: Transparent; width: 640px; margin:0 auto;
            background-color: #839f8c;
   border-right-style: solid;
    border-left-style: solid;
    border-right-width: 10px;
    border-left-width: 10px;
    border-right-color: #839f8c;
    border-left-color: #839f8c;}
