@charset "UTF-8";
/* CSS Document */

 /*
    Document   : screen
    Created on : Feb 3, 2010, 8:40:47 AM
    Author     : Jenica
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#gallery{
	top:0px;
    width:20%;
    position: relative;
    float: left;
}
#gallery img{
	margin: 0px;
    float: left;
}
#gallery ul, #gallery li{
    text-align: left;
    margin:0;
    padding:0px;
    list-style: none;
}
#gallery ul{
    height: 100px;
    position:relative;
}
#gallery a img{
    border: 1px solid #383838;
	display:span;
}

#gallery a span{
	display:none;
}
#gallery a:active{
    background:list-item;
    z-index:100;
}
#gallery a:active span{
    position:absolute;
    top:0px;
    left: 110px;
    text-align: center;
    display:block;
    padding: 5px;
    background-color: #383838;
    z-index: 100;
}
#gallery a:hover{
    background:none;
    z-index:100;
}
#gallery a:hover span{
    position:absolute;
    top:0px;
    left: 158px;
    text-align: center;
    display:block;
    padding: 5px;
    background-color: #383838;
    z-index: 100;
}

#gallery3{
	top:0px;
    width: 545px;
    position: relative;
    float:right;
    background-color: white;
    font-family: 'century gothic';
    border: 0px #383838 solid;
    height: 0px;
    margin-right: 10px;
	margin-left: 0px;
}
#gallery3 p{
    margin-top: 0px;
    margin-bottom: 20px;
}

