﻿#clearnessWidgetGallery
{
    background:White url(/images/backpnl.gif) repeat-x;
    position: absolute;
    bottom:-255px;
    padding:auto;
    margin:auto; 
    height:255px;
    width:100%;
    z-index:1000;
}

#clearnessWidgetGalleryContent
{
    padding:15px;
    padding-top:20px;
    height:220px;
}

#clearnessWidgetGalleryClose
{
    background:url(/Info/css/Imagenes/icons/btnclose.gif) no-repeat;
}

#clearnessWidgetGalleryAdd
{
    background:url(/images/btnadd.gif) no-repeat;
}

#clearnessWidgetGalleryPrevious
{
    background:url(/images/btnprev.gif) no-repeat;
    margin:auto;
    padding:auto;
    width:30px;
    height:153px;
    float:left;
}

#clearnessWidgetGalleryNext
{
    background:url(/images/btnnext.gif) no-repeat;
    margin:auto;
    padding:auto;
    width:30px;
    height:153px;
    background-color:Yellow;
    float:right;
}

#clearnessWidgetGalleryScrollContainer
{
    position:relative;
    margin:auto;
    padding:auto;
    width:auto;
    height:153px;
    overflow:hidden;
}

#clearnessWidgetGalleryScroller
{
    position:absolute; 
    left:0px; 
    top:0px; 
    width:10000px; 
    height:153px;
}

.clearnessWidgetGalleryItem
{
    width:133px;
    height:153px;
    display:inline;
    float:left;
    cursor:pointer;
}

.clearnessWidgetGalleryItemContent
{
    width:128px;
    height:153px;
    float:left;
}

.clearnessWidgetGalleryItemImage
{
    width:100%;
    height:101px;
    border:solid 1px Gray;
}

.clearnessWidgetGalleryItemDescription
{
    width:100%;
    height:25px;
    background-color:Gray;
}

.clearnessWidgetGalleryItemDescription p
{
    float:left;
    color:White;
    margin:-1px 2px 0px 2px;
    width:76px;
    height:25px; 
    vertical-align:bottom;
}

.clearnessWidgetGalleryItemActions
{
    width:100%;
    height:25px;
    background-color:Gray;
}


.clearnessWidgetGalleryItemAction
{
    width:25px;
    height:25px;
    float:right;
    margin-right:-2px;
}

#clearnessWidgetGalleryItemFilters
{
    margin:auto;
    padding:auto;
    background-color:White;
    width:100%;
    height:32px;
}

#clearnessWidgetGalleryItemFilters select 
{
    margin-top:5px;
}

.clearnessWidgetGalleryLoadButton
{
    border: 1px solid blue;
    margin-left: 42%;
    margin-top:75px;
    padding:10px;
    width: 16%;
}