.main_view {
    float: left;
    position: relative;
}

/*--Window/Masking Styles--*/
.window {
    height: 250px;
    width: 535px;
    overflow: hidden;
/*--Hides anything outside of the set width/height--*/
    position: relative;
}

.image_reel {
    position: absolute;
    top: 0;
    left: 0;
}

.image_reel img {
    float: left;
}

/*--Paging Styles--*/
.paging {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    height: 27px;
    z-index: 100;
/*--Assures the paging stays on the top layer--*/
    text-align: center;
    line-height: 20px;
    display: none;
/*--Hidden by default, will be later shown with jQuery--*/
}

.paging a {
    padding: 4px;
    text-decoration: none;
    color: #036;
    border: 1px solid #036;
    background-color: #FFC;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.paging a.active {
    font-weight: 700;
    background-color: #CFE6FC;
    color: #036;
}

.paging a:hover {
    font-weight: 700;
}

.giDescription {
    color: #F39;
    font-size: 10px;
}

body {
	margin-right: 0;
	margin-bottom: 0;
	background-image: url(/images/bg/rotator.php);
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
}

.style38 {
    font-size: 11px;
}

#storedesc {
    position: absolute;
    width: 242px;
    height: 47px;
    z-index: 1;
    left: 508px;
    top: 50px;
    visibility: inherit;
}

.style35 {
    color: #999;
    font-size: 9px;
}

img.c11 {
    border: 0;
}

td.c10 {
    background-color: #FFF;
}

table.c9 {
    background-color: #FFF;
}

p.c8 {
    text-align: center;
}

td.c7 {
    background: url(/images/product_border/product_bg_box_bg.gif) top no-repeat;
}

td.c6 {
    background-color: #594D46;
}

div.c5 {
	text-align: center;
}

table.c4 {
    background-repeat: no-repeat;
}

td.c3 {
    background-repeat: no-repeat;
}

div.c2 {
    text-align: center;
}

div.c1 {
	text-align: left;
	/* [disabled]text-indent: 15; */
	vertical-align: bottom;
	margin-left: 15px;
}

#apDiv2 {
    position: absolute;
    width: 100px;
    height: 30px;
    z-index: 2;
    left: 770px;
    top: 120px;
}

.main_view1 {
    float: left;
    position: relative;
    background: url(/images/slider/reel_2.jpg);
}
