

.thumbnail468{
position: relative;
z-index: 0;
}

.thumbnail468 img {
border: solid 1px #000000;
z-index: 0;
}

.thumbnail468:hover{
background-color: #FFFFFF;
z-index: 50;
/display: block;
}

.thumbnail468 span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail468 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail468:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
bottom: 15px;
/bottom: 50%;
left: 50%; /*position where enlarged image should offset horizontally */
}


.thumbnail234{
position: relative;
z-index: 0;
}

.thumbnail234 img {
border: solid 1px #000000;
z-index: 0;
}

.thumbnail234:hover{
background-color: #FFFFFF;
z-index: 50;
/display: block;
}

.thumbnail234 span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail234 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail234:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
bottom: 30px;
/bottom: 50%;
left: 50%; /*position where enlarged image should offset horizontally */
}


label {
cursor: pointer;
}

table.colorPicker {
position: absolute;
background-color: #FFFFFF;
border: solid 1px #000000;
}

table.colorPicker td {
width: 15px;
height: 15px;
border: solid 1px #000000;
}

/* ######## Banner Selection ######## */
.bannermainwrap {
width: 561px;
text-align: center;
}

.bannertextwrap {
font: normal 10pt Arial;
}

.cb {
clear: both;
}

.divradio468 {
width: 23px;
height: 23px;
text-align: center;
float: left;
padding-top: 3px;
margin-bottom: 3px;
}

.div468 {
width: 157px;
height: 27px;
text-align: left;
float: left;
margin-bottom: 3px;
margin-right: 5px;
}

.divradio234 {
width: 23px;
height: 38px;
text-align: center;
float: left;
padding-top: 20px;
margin-bottom: 3px;
}

.div234 {
width: 112px;
height: 58px;
text-align: left;
float: left;
margin-bottom: 3px;
margin-right: 5px;
}

/* ######## Pagination ######## */
.pagination{
padding: 2px;
text-align: right;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: right; /*Set to "right" to right align pagination interface*/

}

.pagination li{
list-style-type: none;
display: inline;

margin: 0 1px;

}

.pagination li a, .pagination li a:visited{
background-color: #6A86E3;
border: 0px solid #0C2A4E;
text-decoration: none; 
font-weight: bold;
color: #FFFFFF;
font-size: 15px;
padding: 2px 7px;
}

.pagination li a:hover, .pagination li a:active{
border: 0px solid #0C2A4E;
color: #FFFFFF;
font-weight: bold;
background: #0C2A4E;

}

.pagination li a.currentpage{
background-color: #0C2A4E;
color: #FFF !important;
border: 0px solid #0C2A4E;
font-weight: bold;
cursor: pointer;

}

.pagination li a.disablelink, .pagination li a.disablelink:hover{
background-color: #6A86E3;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;

}

.pagination li a.prevnext{
font-weight: bold;

}

