﻿/* ---------------------------------------------------- */
/* GLOBAL
/* ---------------------------------------------------- */


/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width: 707px;
height: 291px;
background-color: #222222;
border:0;
margin:0; 
padding:0;
position:relative;
background-image:url('/images/Home-Slides/1-beauty-websites-with-marketing-tools.jpg');}

#slideshow ul {
list-style-type: none;
margin: 0;
padding: 0;
border:0;
height: 1%; /* IE fix */}

#slideshow ul:after {
content: ".";
clear: both;
display: block;
height: 0;
visibility: hidden;}            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides 
{
position:relative;
overflow: hidden;
width: 707px;
height:291px;}

#slideshow .slides ul {
width: 3880px;
}

#slideshow .slides li {
width: 707px;
height:291px;
float: left;
padding: 0px;}

#slideshow .slides h2 {
margin-top: 0;}
