#stranka {
	background-image: url(../../../../img/eucerin/bg-stranka-uvod.jpg);
}

#text {
  background-image: url(../../../../img/eucerin/bg-top-text-eucerin-uvod.jpg);
}

.footer {
	background-image: url(../../../../img/eucerin/bottom-eucerin-uvod.jpg);
}

#text-left {
  float: left;
  width: 768px;
  border: 0px red solid;
}

.columnCenter {
  position: relative;
  float: right;
  width: 534px;
  border: 0px red solid;
}

.columnRight {
  float: right;
	display: block;
	border: 0px red solid;
	padding-top: 116px;
}

#shoppingcart {
  display: none;
}

.centerBoxContentsProducts {
  width: 177px;
}

/* *************** ROTATOR **************** */

/*--Main Container--*/

.main_view {

    float: left;

    position: relative;

}

/*--Window/Masking Styles--*/

.window {
    height:265px;
    width: 534px;
    overflow: hidden; /*--Hides anything outside of the set width/height--*/
    position: relative;
    margin-bottom: 15px;
}

.image_reel {
    position: absolute;
    margin-top: 0px;
    top: 0; left: 0;
}

.image_reel img {float: left;}



/*--Paging Styles--*/

.paging {
    position: absolute;
    top: -5px; right: -9px;
    width: 147px; height:47px;
    z-index: 100; /*--Assures the paging stays on the top layer--*/
    text-align: center;
    line-height: 40px;
    background: url(../../../../img/eucerin/rotator/rotator-paging-navy-trans.png) no-repeat;
    display: none; /*--Hidden by default, will be later shown with jQuery--*/
}

.paging a {
    padding: 5px;
    text-decoration: none;
    color: #fff;
}

.paging a.active {
    font-weight: bold;
    background: #296BB5;
    border: 1px solid #08365A;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
}

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


