#container{
	height:345px;
	width:750px;
	position:relative;
	overflow:hidden;
}
#container ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
#container ul li{
	height:345px;
	width:750px;
}

#control_wrap
{
    width:60px;
    padding-left:690px;
}

#prev
{
    float:left;
    width:15px;
    cursor:pointer;
}

#next
{
    float:left;
    width:15px;
    cursor:pointer;
}

#pause
{
    float:left;
    width:15px;
    cursor:pointer;
}

#play
{
    float:left;
    width:15px;
    cursor:pointer;
}

.slideshow-left
{
    float:left;
    width:530px;
}

.slideshow-right
{
    float:left;
    width:200px;
    background:url(../graphics/slideshow/holder.jpg) repeat;
    height:325px;
    padding:10px;
}

.slideshow-right h1
{
    color:#0092D2;
    font-family:"Century Gothic", Century, Times;
    margin-top:0;
    padding-top:0;
    font-size:170%;
}

.slideshow-right-top
{
    height:300px;
    padding-top:10px;
}

.slideshow-right-bottom
{
    height:15px;
    text-align:right;
}

.slideshow-right p
{
    color:#ccc;

}


.services
{

}

.services-box
{
    float:left;
    width:140px;
    margin:5px;
    color:#fff;
    background:#090909;
    min-height:180px;
}

.services-box p
{
    margin:0;
    padding:5px 10px 5px 10px;
    font-size:115%;
     font-family:"Century Gothic", Century, Times;
}

.services-box a:link, .services-box a:visited
{
    color:#E2E6E7;
    text-decoration:none;
}

.services-box a:hover
{
    color:#fff;
    text-decoration:none;
}

.articles
{

}

.article-box
{
    float:left;
    width:230px;
    padding:5px;
    margin:5px;
    color:#fff;
    background:#121212;
}

.article-box h3
{
    color:#008FE2;
    font-family:"Trebuchet MS",Trebuchet,Arial;
    font-size:110%;
    margin:0;
    padding:3px;
}

.article-box h4
{
    color:#E1E5E6;
    font-family:"Trebuchet MS",Trebuchet,Arial;
    font-size:110%;
    margin:0;
    padding:3px;
    font-weight:normal;
}

.article-box p
{
    color:#ccc;
    padding:5px 3px;
    margin:0;
}