@charset "utf-8";
#rotator {
    background-color: #FFFFFF;
    color: #030000;
    font: 12px Arial,Helvetica,sans-serif;
    height: 399px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
#rotator #full_image_holder {
    background-color: #FFFFFF;
    float: left;
    height: 399px !important;
    margin: 0;
    overflow: hidden;
    position: relative;
	margin-left: 10px;
	width: 360px;
}

#rotator #product_name {
    font-size: 1.2em;
    height: 40px;
    left: 0;
    margin: 0 0 0 20px;
    padding: 5px;
    position: relative;
    width: 320px;
	z-index:1;
}
#rotator #image_holder_wrapper {
    height: 300px;
    margin: 0;
    position: relative;
	margin-left: 10px;
    width: 335px;
}
#rotator #image_holder_wrapper img {
    cursor: pointer;
	height: 320px !important;
	width: 320px !important;
}
#rotator #product_price {
    background-image: url(../images/price_bgd.png);
    background-repeat: no-repeat;
    bottom: 30px;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 1.6em;
    height: 34px;
    left: 20px;
    margin: 0 0 0 3px;
    padding-left: 21px;
    padding-top: 5px;
    position: absolute;
    width: 138px;
}
#rotator #product_kob {
    background-image: url(../images/buy.png);
    background-repeat: no-repeat;
    bottom: 50px;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-size: 1.6em;
    font-weight: bold;
    height: 70px;
    left: 232px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 83px;
    z-index: 1;
}
#rotator #thumbs_holder {
    background-color: #FFFFFF;
    float: left;
    height: 369px;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
    width: 410px;
}
#rotator #thumbs {
    background-color: #FFFFFF;
    float: left;
    height: 370px;
    position: relative;
    width: 1000px;
}
#rotator .column {
    float: left;
	width: 135px;
	
}
#rotator .column img {
    cursor: pointer;
	padding: 6px 0px 6px 0px !important;
}
#rotator #next {
    background-image: url(../images/next_btn.png);
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    height: 53px;
    position: relative;
    top: 165px;
    width: 30px;
}
#rotator #next:hover {
    background-image: url(../images/next_btn_hover.png);
    background-repeat: no-repeat;
}
