.pix_diapo {
	background: #000;
	height: 260px;
	overflow: hidden;
	position: relative;
	width: 645px;
	margin-top:20px;
	margin-left:25px;
}
.pix_diapo > div {
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#pix_prev, #pix_next {
	cursor: pointer;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 1001;
}
#pix_prev {
	background: url(images/diapo/prev.png) no-repeat;
	left: 10px;
}
#pix_next {
	background: url(images/diapo/next.png) no-repeat;
	left: auto!important;
	right: 10px!important;
}
#pix_pag {
	width: 666px;
	float: left;
	padding-left: 7px;
}
#pix_commands {
	cursor: pointer;
	display: block;
	float: left;
	height: 26px;
	position: relative;
	width: 24px;
	font-family:Tahoma, Geneva, sans-serif;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 13px;
}
#pix_pag_ul {
	float: right;
	padding: 0;
	margin: 0;
}
#pix_pag_ul > li {
	cursor: pointer;
	display: inline-block;
	float: right;
	list-style: none;
	text-align: center;
	text-indent: -9999px;
	width: 16px;
	padding-top: 20px;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 14px;
	margin: 0;
}

#pix_pag_ul > li > span > span {

	display: block;
	float: left;
	height: 8px;
	margin: 4px;
	width: 8px;
}
#pix_pag_ul > li > .pix_thumb {
	
}
#pix_pag_ul > li > .thumb_arrow {
    
}
.pix_relativize {
	overflow: hidden;
	position: relative;
}
.imgFake {
	cursor: pointer;
}
.elemHover {
	position: absolute;
	font-family: Tahoma, Geneva, sans-serif;
}
.caption {
	bottom: 20px;
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 10px;
	width: 900px;
	background-color:#000;
}


section {
	display: block;
	overflow: hidden;
}
.price_table {
    float: right;
	font-size: 12px;
    margin: 10px auto 0;
    padding: 20px 0;
	position: relative;
	width: 570px;
}
.price_table .price_column.highlighted {
	background: #ffd838;
    margin: -5px!important;
	padding: 10px;
    z-index: 2;
}
.price_table .price_column {
	display: block;
	margin: 5px;
    float: left;
    position: absolute;
	width: 180px;
    z-index: 1;
}
.price_table .price_column > div {
	background: #eeeeee;
}
.price_table .price_column > div > div {
	padding: 10px 15px;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #f6f6f6;
}
.price_table .price_column > div > p {
	padding: 10px 15px;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #f6f6f6;
}
.price_table .price_column > div > ul {
	padding: 10px 15px;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #f6f6f6;
}
.price_table .price_title {
	background-color: #333333;
    border-top: 0!important;
    color: #ffffff;
    font-size: 14px;
}
.price_table .highlighted .price_title {
    font-size: 16px;
}
.price_table .price_price {
    font-size: 36px;
    line-height: 40px;
}
.price_table .highlighted  .price_price {
    font-size: 40px;
    line-height: 44px;
}
.price_table .price_explanation {
	font-size: 10px;
    line-height: 13px;
    text-transform: uppercase;
}
.price_table .cusButton {
	background-color: #333333;
	display: block;
    text-align: center;
}
.price_table li {
	padding: 5px 0;
}
.price_table div.pix_check {
	background: url(images/demo/list-check-green.png) no-repeat 15px center;
    padding-left: 38px!important;
}
.price_table div.pix_error {
	background: url(images/demo/list-error.png) no-repeat 15px center;
    padding-left: 38px!important;
}