/* 

	Resets defualt browser settings

	reset.css

*/



:focus { outline:0; }

a:active { outline:none; }



a.whats:link {color:#999;text-decoration:none;}

a.whats:active {color:#999;}

a.whats:visited {color:#999;}

a.whats:hover {

	color:#666;

	text-decoration:underline;

	font-size: 13px;

}

a.moving:link {color:#999;text-decoration:none;}

a.moving:active {color:#999;}

a.moving:visited {color:#999;}

a.moving:hover {

	color:#666;

	text-decoration:underline;

}



a.whats2:link {color:#069;text-decoration:none;}

a.whats2:active {color:#069;}

a.whats2:visited {color:#069;}

a.whats2:hover {

	color:#0081CE;

	text-decoration:underline;

	font-size: 12px;

	font-family: Arial, Helvetica, sans-serif;

}

a.news:link {color:#4A4A4A;text-decoration:none;}

a.news:active {color:#4A4A4A;}

a.news:visited {color:#4A4A4A;}

a.news:hover {

	color:#4A4A4A;

	text-decoration:underline;

	font-size: 12px;

}



a.premium:link {color:#999;text-decoration:none;}

a.premium:active {color:#999;}

a.premium:visited {color:#999;}

a.premium:hover {

	color:#666;

	text-decoration:underline;

}



a.virtual_booth:link {color:#999;text-decoration:none;}

a.virtual_booth:active {color:#999;}

a.virtual_booth:visited {color:#999;}

a.virtual_booth:hover {

	color:#666;

	text-decoration:underline;

}





a.footer:link {color:#069;text-decoration:none;}

a.footer:active {color:#069;}

a.footer:visited {color:#069;}

a.footer:hover {

	color:#0081CE;

	text-decoration:underline;

	text-align: left;

}

body {

	line-height:80%;

	background:white;

}

ol,ul {

	list-style:none;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	color: #4A4A4A;

}

table { border-collapse:separate; border-spacing:0; }

caption,th,td {

	text-align:center;

	font-weight:bold;

	font-size: 12px;

	color: #069;

	font-family: Arial, Helvetica, sans-serif;

}

blockquote:before,blockquote:after,q:before,q:after { content:""; }

blockquote,q { quotes:"" ""; }



/*

	Page style

*/





#example {

	width:500px;

	height:350px;

	position:absolute;

	left: 11px;

	top: 10px;

}









#frame {

	position:absolute;

	z-index:0;

	width:739px;

	height:341px;

	top:-3px;

	left:-80px;

}



/*

	Slideshow

*/



#slides {

	position:absolute;

	top:15px;

	left:4px;

	z-index:100;

}



/*

	Slides container

	Important:

	Set the width of your slides container

	Set to display none, prevents content flash

*/



.slides_container {

	width:500px;

	overflow:hidden;

	position:relative;

	display:none;

}



/*

	Each slide

	Important:

	Set the width of your slides

	If height not specified height will be set by the slide content

	Set to display block

*/



.slides_container div.slide {

	width:500px;

	height:270px;

	display:block;

	z-index: 1200;

}





/*

	Next/prev buttons

*/



#slides .next,#slides .prev {

	position:absolute;

	top:119px;

	left:-39px;

	width:24px;

	height:43px;

	display:block;

	z-index:101;

}



#slides .next {

	left:515px;

}



/*

	Pagination

*/



.pagination {

	margin:26px auto 0;

	width:100px;

}



.pagination li {

	float:left;

	margin:0 1px;

	list-style:none;

}



.pagination li a {

	display:block;

	width:12px;

	height:0;

	padding-top:12px;

	background-image:url(../img/pagination.png);

	background-position:0 0;

	float:left;

	overflow:hidden;

}



.pagination li.current a {

	background-position:0 -12px;

}



/*

	Caption

*/







/*

	Footer

*/



#footer {

	text-align:center;

	width:580px;

	margin-top:9px;

	padding:4.5px 0 18px;

	border-top:1px solid #dfdfdf;

}



#footer p {

	margin:4.5px 0;

	font-size:1.0em;

}



/*

	Anchors

*/