<html><body><p>/*******************************************************
    Thumbnail Images
*******************************************************/
.imageContainer
{
    float: left;
    text-align: center;
    width: 200px;
    margin-top:25px;
margin-left:15px;
margin-right:15px;
}

.imageContainer .imageHeader
{
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    font-size: 1em;
    color: #000000;
    margin-bottom: 6px;
    line-height: 18px !important;
}

.imageContainer .thumbnailImage
{
    border: 3px solid #4C4A4B;
}

.imageContainer .imageFooter
{
    font-family: Arial, Sans-Serif;
    font-size: 10px;
    color: Black;
    margin-top: 4px;
}

.imageContainerSelected
{
    float: left;
    text-align: center;
    width: 200px;
    margin-top:25px;
margin-left:15px;
margin-right:15px;
}

.imageContainerSelected .imageHeader
{
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    font-size: 1em;
    color: #E9742E;
    margin-bottom: 6px;
    line-height: 18px !important;
}

.imageContainerSelected .thumbnailImage
{
    border: 3px solid #E9742E;
}

.imageContainerSelected .imageFooter
{
    font-family: Arial, Sans-Serif;
    font-size: 10px;
    color: Black;
    margin-top: 4px;
}

/*******************************************************
    Preview Images
*******************************************************/
.previewImageContainer
{
    margin-top: 30px;
    vertical-align: middle;
}

.previewImage
{
    border: 1px solid #C8C3E3;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

/*******************************************************
    Color Picker
*******************************************************/
.colorSelectionChildContainer
{
    border-top: 1px solid #cccccc;
    margin-bottom: 20px;
}

.colorPickerContainer
{
    float: left;
    margin-right: 10px;
}

.colorPickerSelectedColor
{
    border: 1px solid #F0C49B;
    border-bottom-width: 0px;
    height: 20px;   
}

.colorSelectionChildContainer H2
{
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    font-size: 16px;
    color: #E9752C;
}

/*******************************************************
    Links
*******************************************************/
.savePDFLink, a.savePDFLink:hover, a.savePDFLink:link, a.savePDFLink:active, a.savePDFLink:visited
{
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    font-size: 14px;
    color: #1476BD;
    text-decoration: none;
}

/*******************************************************
    Color PicInput Field Labels
*******************************************************/
.inputField
{
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    color: Black;
}





/* PDF ROTATOR */

.pdf_rotator {
	position: relative;
	width:770px;
	/*height: 460px;*/
	margin: 0px auto 0 auto;
}

#pdf_rotator_wrapper {
	/*height: 300px;*/
	padding: 20px 0 0 0 0;
}

#pdf_rotator2, #pdf_rotator3 {
	display: none;
}
 
#pdf_slides1, #pdf_slides2, #pdf_slides3 {
    overflow:hidden;
    /* fix ie overflow issue */
    position:relative;
	width:770px;
	height: 320px;
    
}
 
/* remove the list styles, width : item width * total items */ 
#pdf_slides1 ul, #pdf_slides2 ul, #pdf_slides3 ul {
    position:relative;
    float: left;
    list-style:none;
    margin:0;
    padding:0;      
}

#pdf_slides1 ul {width: 3058px;}
#pdf_slides2 ul {width: 3058px;}
#pdf_slides3 ul {width: 3336px;}


 
#pdf_slides1 li, #pdf_slides2 li, #pdf_slides3 li {
	position: relative;
	width:278px;
	height: 320px;
    float:left;
    
}
 
.pdf_btns_holder {
	position: relative;
	width:100px;
	height: 30px;
	margin: 0 auto;
}
</p></body></html>