/*
Awesome Slider demo, 4th of March, 2010
Copyright (C) 2010 Bogdan Pop of WebRaptor (R) (http://www.webraptor.eu, visit http://www.webia.info)
Released under Creative Commons Attribution 3.0 (http://creativecommons.org/licenses/by/3.0)
If you modify this source codes and use it in your own projects you must not modify or remove the above credits. However, you may add your own below this line.
*/

/* slider controls */

.splash{
width:auto;
height: 600px;
min-height: 600px;
}
.splash-content{
padding:2px;
}
.splash-controls
{
	clear:both;
	display:block;
	height:2em;
	margin-top:1em;
	width: 400px;
	text-align:left;
}
.splash-controls a
{
	width: 10px;
	height: 14px;
	background-image: url('images/btn.jpg');
	background-repeat: none;
	text-align:center;
	line-height:2em;
	float:left;
	margin-right:0.5em;
	text-decoration:none; 
}
.splash-controls a.selected
{
	width: 10px;
	height: 14px;
	background-image: url('images/btn2.jpg');
	background-repeat: none;
}
.left_item{
width: auto;
}
.right_item{
width: auto;
}
.slider_link{
font-size: 14px;
color: #CEFFCE;
font-weight: bold;
}
