/*for case studies*/
#case_studies { 
float:left; 
width:450px; 
height: 200px; 
margin-right:5px; 
display: inline; 
}

#case_studies a#previous {
width:15px; 
height:200px; 
display:block; 
float:left; 
text-indent:-9999px; 
background:url('../images/buttons/prev01a.gif') no-repeat 0 0; 
}

#case_studies a#next {
width:15px; 
height:200px; 
display:block; 
float:left; 
text-indent:-9999px; 
background:url('../images/buttons/next01a.gif') no-repeat 0 0; 
}

#case_studies a#previous:hover {
width:15px; 
height:200px; 
display:block; 
float:left; 
text-indent:-9999px; 
background:url('../images/buttons/prev01b.gif') no-repeat 0 0;
}

#case_studies a#next:hover {
width:15px; 
height:200px; 
display:block; 
float:left; 
text-indent:-9999px; 
background:url('../images/buttons/next01b.gif') no-repeat 0 0;
}

body#services.seo-page #case_studies { 
height: 250px;  
}


ul#cases {
padding:0 0 0 0; 
margin: 0; 
text-align:center; 
float:left; 
display: inline; 
width:420px; 
height:200px; 
overflow: hidden!important;
}

ul#cases li img { 
width:420px; 
height:200px;
}

ul#cases li {
width:420px; 
height: 200px; 
color:#433f39; 
float: left; 
display: inline; 
text-align:center;  
}

ul#cases li a { 
text-decoration: none; 
display:block;
}

ul#cases li a:hover span  {
color: #FF3300!important; 
}

ul#cases li a span { 
color:#ee8321; 
display: block; 
padding:15px 0 0 0; 
}

ul#cases li a b { 
font-weight: bold; 
text-decoration: underline; 
line-height:18px;
}

ul#cases li a span em, ul#cases li a:hover span em { 
clear: both!important; 
font-style: normal!important; 
color: #433f39!important; 
text-decoration:none!important; 
line-height:18px;
}


