.example {
    border: 1px solid #CCC;
    background: #f2f2f2;
    padding: 10px;
}

code {
    font-family: "Lucida Console", "Courier New", Verdana;
    margin: 0;
    padding: 0;
}

#gallery {
    padding: 30px;
    padding-bottom: 5px;
    background: #000000;
    margin-left: 175px;
}

#test {
    position: absolute;
    z-index: 99999999;
}

#BottomBar {
    width: 653px;
    padding: 0px;
    background: url(../../img/images/bg-bar.png) repeat-x;
    height: 41px;
	margin-top:5px;
	margin-left:3px;
}

#bottomWrapper {
    width: 653px;
    background-color: black;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}

#BottomBar div {
    float: left;
    margin-top: 10px;
}

.imageTitle {
    width: 150px;
    font-weight: bold;
    margin-left: 4px;
}

.rating {
    width: 100px;
    font-size: 14px;
    font-weight: bolder;
    color: #009900;
}

.select-icon {
    width: 90px;
    margin-left: 4px;
    color: #0000FF;
    text-decoration: underline;
    cursor: pointer;
}

.rate {
    width: 32px;
    margin-left: 6px;
}

.tDown {
    background-image: url(../../img/images/thumbs.png);
    background-position: 26px 118px;
    width: 25px;
    height: 26.6px;
    margin-right: 6px;
    margin-top: 2px;
}

.tUp {
    background-image: url(../../img/images/thumbs.png);
    background-position: 26px 1px;
    width: 25px;
    margin-left: 2px;
    margin-right: 6px;
    height: 26.6px;
}

.tUp:hover {
    background-image: url(../../img/images/thumbs.png);
    background-position: 26px 143px;
}

.tDown:hover {
    background-image: url(../../img/images/thumbs.png);
    background-position: 26px 90px;
}

.verticalbar {
    width: 3px;
    height: 20px;
    background-color: #CCCCCC;
}


#ThumbUp {
    background-position: 40px;
}

#ThumbDown {
    background-position: 40px 40px;
}

.bottom-loader{
	background-image: url(/img/viewer/loader.gif);
	width:128px;
	height:15px;
	margin:auto;
	margin-top:16px;
}
