/* General Photo Gallery Styles */

.dummyLightBox{}

.photoGallery{
width:100%;
position:
}

.floatLeft{
float:left;
}
.clearFloats{
clear:both;
}

/* Header Styles */
.photoGalleryHeader{
text-align:center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
font-style:italic;
color:#888888;
margin:5px;
}


/* Footer Styles */
.photoGalleryFooter{
text-align:center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
font-style:italic;
color:#888888;
margin:5px;
}

/* Content Styles */
.photoGalleryContents{
width:480px;
height:auto;
margin-left:auto;
margin-right:auto;
}

.photoGalleryBox{
width:178px;
height:198px;
background-color:#FFFFFF;
margin:0px;
border:0px;
padding:0px;
float:left;
}

.photoGalleryBoxWrapper1
{
background-image:url(../layoutpics/galeria/photo_container_1.png);
}

.photoGalleryBoxWrapper2
{
background-image:url(../layoutpics/galeria/photo_container_2.png);
}

.photoGalleryBoxWrapper3
{
background-image:url(../layoutpics/galeria/photo_container_3.png);
}

.photoGalleryBoxWrapper4
{
background-image:url(../layoutpics/galeria/photo_container_4.png);
}

.photoGalleryBoxWrapper5
{
background-image:url(../layoutpics/galeria/photo_container_5.png);
}

.photoGalleryBoxWrapper1, .photoGalleryBoxWrapper2, .photoGalleryBoxWrapper3, .photoGalleryBoxWrapper4, .photoGalleryBoxWrapper5{
width:178px;
height:200px;
margin-left:auto;
margin-right:auto;
background-position:left top;
background-repeat:no-repeat;
}

.photoGalleryBoxThumbNail{
text-align:center;
position:relative;
top:28px;
left:27px;
width:122px;
height:90px;
background-color:#CCCCCC;
border:0px;
margin:0px;
padding:0px;
overflow:hidden;
}

.photoGalleryBoxDescription{
position:relative;
border:none;
margin:none;
padding:none;
width:128px;
height:48px;
left: 25px;
top:32px;
overflow:hidden;
background-color:#FFFFFF;
color:#0066CC;
text-align:center;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
}

