#tyreReaderModal {
	height:450px;
	background: url('../images/tyre_tool_bg.jpg') bottom center repeat-x #FDFEFE;
	padding:24px;
	margin:0;
	color:#202020;
}
#tyreReaderModal h1{
	text-align:left;
	text-transform:uppercase;
	font-size:25px;
	font-weight:bold;
	margin-bottom:12px;
}
#tyreReaderModal .info {
	background-color: #FFF;
	padding: 0 0 0 24px;
	margin-bottom: 24px;
	font-size: 11px;
	color: #333333;
	background: url('../images/pagelayout/menu/selection_info.png') -10px center no-repeat;
	text-align:left;
}
#tyreReader{
	position:relative;
}
#tyreReader>*{
	float:left;
}
.modalBib{
	width:81px;
	height:287px;
	background:url("../images/tyreReader/bib.png") no-repeat;
	margin:40px 0 0 -68px;
	position:absolute;
}
#tyreImage{
	background:url("../images/tyreReader/tyre.png") no-repeat;
	width:354px;
	height:392px;
}
#tyrePoints{
	position:absolute;
	left:0;
	top:0;
}
#tyrePoints .point{
	width:20px;
	height:20px;
	background:url("../images/tyreReader/dot.png") no-repeat center bottom;
	position:absolute;
	cursor:pointer;
}
#tyrePoints .point:hover,#tyrePoints .point.hover{
	background-position:center top;
}
#tyrePointer {
	overflow:hidden;
	height:50px;
	position:absolute;
	-webkit-transition: left .1s ease-in, width .1s ease-in;
    -moz-transition: left .1s ease-in, width .1s ease-in;
    -o-transition: left .1s ease-in, width .1s ease-in;
    transition: left .1s ease-in, width .1s ease-in;
	padding-top:20px;
	left:450px;
	width:0px;
}
#tyrePointer.reversed{margin-top:5px;padding-top:10px;}

#tyrePointer>*{
	background-color:red;
	position:absolute;
}
#tyrePointer .left{
	height:5px;
	width:100%;
	right:30px;
	top:0;
	vertical-align:top;
	background:yellow url("../images/tyreReader/horizontal.gif");
}
#tyrePointer.reversed .left{bottom:0;top: auto;}
#tyrePointer .middle{
	width:5px;
	height:100%;
	right:30px;
	background:yellow url("../images/tyreReader/vertical.gif");
	top:0;
}
#tyrePointer .middle span{
	display:block;
	width:5px;
	height:5px;
	background:yellow;
	position:absolute;
	padding: 0;
	border:none;
	background:yellow url("../images/tyreReader/corner.gif") no-repeat;
}
#tyrePointer .middle span.top{top:0;background-position:-5px 0;padding: 0;}
#tyrePointer .middle span.bottom{bottom:0;background-position:0px -5px;padding: 0;}
#tyrePointer.reversed .middle span.top{background-position:0 0;}
#tyrePointer.reversed .middle span.bottom{background-position:-5px -5px;}

#tyrePointer .right{
	width:30px;
	height:5px;
	float:right;
	background:yellow url("../images/tyreReader/horizontal.gif");
	vertical-align:bottom;
	right:0px;
	bottom:0px;
}
#tyrePointer.reversed .right{bottom:auto;top: 0;}

ul#tyreLegend{
	margin-left:50px;
	width:300px;
}
ul#tyreLegend li{
	min-height:30px;
	padding: 5px 0 0 30px;
	background: url("../images/tyreReader/li.png") no-repeat left top;
	list-style:none;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:left;
	cursor:pointer;
}
ul#tyreLegend li:hover,ul#tyreLegend li.hover{
	background-position: left bottom;
}
#tyreDescription{
	min-height:144px;
	background:#678dba url("../images/tyreReader/under_bg.jpg") repeat-x center top;
	margin:0;
	position:relative;
	color:#202020;
}
#tyreDescription>ul{
	margin: 0;
}
#tyreDescription>ul>li{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	display:none;
	text-align:left;
}
#tyreDescription>ul>li:first-child{
	display:block;
}
#tyreDescription>ul>li>*{
	display:inline-block;
	vertical-align:middle;
}
#tyreDescription h2{
	font-size:21px;
	line-height:1.1em;
	text-transform:uppercase;
	width:250px;
	margin-left:49px;
	margin-right: 12px;
	padding-right:12px;
	border-right: solid 1px #000;
}
#tyreDescription .content{
	font-size:12px;
	color:#3a3a3a;
	width:450px;
}
#tyreDescription span.v-alignator{
	height:100%;
	width:1px;
}

#tyreDescription div.content li span{
	font-weight:bold;
	font-size:15px;
	display:inline-block;
	min-width:50px;
	text-align:center;
	margin-right:5px;
}
#tyreDescription .nav{
	width:25px;
	height:33px;
	background:url("../images/tyreReader/nav.jpg") no-repeat;
	position:absolute;
	top:50%;
	margin-top:-16px;
	cursor:pointer;
}
#tyreDescription .nav.left{left:0;}
#tyreDescription .nav.right{
	background-position:-25px 0;
	right:0;
}
#tyreDescription .nav .hover{
	background:url("../images/tyreReader/nav.jpg") no-repeat 0 -33px;
}
#tyreDescription .nav.right .hover{
	background-position:-25px -33px;
}