body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #696969;
	background-color:#fff;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a:link {
	color: #cb0766;
	text-decoration:none;
	/*font-weight:bold;*/
}
a:visited {
	color: #cb0766;
	text-decoration: none;
	/*font-weight:bold;*/
}
a:hover {
	color: #cb0766;
	text-decoration: underline;
	/*font-weight:bold;*/
}
a:active {
	color: #cb0766;
	text-decoration: none;
	/*font-weight:bold;*/
}

#onetooheader {
	width: 966px;
	margin: 0 auto 10px auto;
}

/* --------------------------------------------------------------- scroll */
#carousel_container {
	border: 1px #ccc dashed;
	width: 926px;
	height: 320px;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px;
	clear: both;
	line-height: 18px;
}
.carousel_step {
	overflow: hidden;
	width: 100%;
}
.carousel_step h1 {
	font-size: 2em;
	letter-spacing: 2px;
	font-weight: normal;
	text-transform: uppercase;
	color: #ccc;
	margin-bottom: 20px;
}
.miniature {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	border:1px #eee solid;
}
#carousel_navigation {
	width: 966px;
	margin: 10px auto 0 auto;
}
#carousel_navigation a {
    display: block;
    float: left;
    margin: 0 ;
    line-height: 17px;
    text-decoration: none;
    cursor: pointer;
    padding: 5px 10px 5px 10px; /* Links */
    text-transform: uppercase;
}
#carousel_navigation a img {
    margin: 0 3px -3px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
}
#carousel_navigation a.positive{
	color: #bbb;
	background-color: #eee;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    /*font-weight: bold;*/
}
#carousel_navigation a.premier {
    border-left: 1px solid #ccc;
}
#carousel_navigation a.sel {
	color: #000;
    background-color: #fff;
}
#carousel_navigation a.positive:hover{
    color:#000;
	background-color: #fff;
}


/* --------------------------------------------------------------- footer */
#copyright {
	width: 966px;
	margin-left: auto;
	margin-right: auto;
	color: #bbb;
	padding: 5px 0 0 0;
}

#copyright a:link,
#copyright a:visited,
#copyright a:hover,
#copyright a:active {
	color: #bbb;
	text-decoration: none;
}

