﻿body {
}

a:active
{
outline: none !important;
}

a:focus
{
-moz-outline-style: none !important;
}

#gallerygroup img
{
    cursor: pointer;
    height: 60px;
    width:60px;
}
#gallerygroup
{
    width:380px;
    height:130px;
    padding-top:25px
  
}
#gallerygroup #moveleft, #gallerygroup #moveright, #gallerygroup #pause, #gallerygroup #play 
{
    text-indent:-1000em;
}
#gallerygroup #moveleft {
    background:transparent url(/images/move_left.png) no-repeat scroll center center;
    display:block;
    height:70px;
    left:0;
    position:absolute;
    /*top:0;*/
    width:10px;
}
#gallerygroup #moveright {
background:transparent url(/images/move_right.png) no-repeat scroll center center;
display:block;
height:70px;
left:370px;
position:absolute;
   /*top:0;*/
width:10px;
}
#gallerygroup #imagewindow {
height:68px;
left:10px;
overflow:hidden;
position:absolute;
/*top:0;*/
width:360px;
}

#gallerygroup #pause {
background:transparent url(/images/pause.png) no-repeat scroll center center;
display:block;
height:70px;
left:330px;
position:absolute;
top:-30px;
width:17px;
}
#gallerygroup #play {
background:transparent url(/images/play.png) no-repeat scroll center center;
display:block;
height:70px;
left:352px;
position:absolute;
top:-30px;
width:17px;
}
#maincontainer #content #images 
{
    height:420px;
    width:620px;
    overflow:hidden;
    position:relative
}
/*allows the images to be stacked one behind the other so it fades into the next in the background. otherwise it will fade to whits space behing the load the image below*/
#maincontainer #content #images img
{
  position:absolute;
  left:0;
  top:0
}
#imagestrip
{
    width: 800px;
    position:absolute;
    left:0
}
body.gallery #gallerygroup #imagestrip img {
border:2px solid #F9F0E0 !important;
}
body.gallery #gallerygroup #imagestrip img.active {
border:2px solid #261E14 !important;
}
#gallerygroup #imagestrip img {
border-style:solid;
border-width:2px;
/*display:inline-block;*/
float:left;
display:inline;
margin:1px;
}
#gallerycontainer .caption
{
display:none
}
#gallerygroup #imagestrip ul 
{
}
#gallerygroup #imagestrip ul li
{
height:65px !important;
margin:0 !important; 
padding:0 2px !important;
width:65px
}
.pause_active
{
background:transparent url(/images/pause_active.png) no-repeat scroll center !important;
}
.play_active
{
background:transparent url(/images/play_active.png) no-repeat scroll center !important;
}
#image_count
{
background-color:Transparent;
border:none;
filter:alpha(opacity=0);
-moz-opacity:0;
opacity:0;
width:1px;
height:1px;
font-size:1px;
}
