
/** MANDATORY STYLES **/

.uf-slideshow {
	position: relative;
	text-align: left;
	overflow: hidden;
	padding: 0;
    margin: 0px 0 0 0;
}

.uf-slideshow-overlay { position: relative;
    z-index:4;
    padding: 0;
    margin: 0;
    border: none;
}

.uf-slideshow-image {
	position: absolute;
	top: 0;
	left: 0;
    z-index:1;
    background-repeat: no-repeat;
}

.uf-slideshow-content {
	position: absolute;
	top: 110px;
	left: 70px;
	width: 600px;
}

.uf-slideshow-content-overlay {
	z-index: 10;
}
	
/** CUSTOM STYLING **/


.uf-slideshow {
	/* additional styles - DO NOT SET PADDING */
}

	.uf-slideshow-overlay {
		/* additional styles - DO NOT SET PADDING, BORDERS OR MARGIN */
	}

		.uf-slideshow-links {
			margin: 55px 10px 0 15px;
			float: left;
			clear: both;
			display: block;         
		}
                
                .uf-slideshow-links a{
                        -moz-border-radius: 5px;
                        -webkit-border-radius: 5px;
                        background: #ECECEC;
                        display: block;
                        float: left;
                        padding: 5px 12px;
                        margin: 0 5px 0 0;
                }

                .uf-slideshow-links a:hover{
                        background: #E0e0e0;
                }

			.uf-slideshow-overlay a {
				font-size: 13px;
                font-weight: bold;
				text-decoration: none;
				color: #555;
				outline: 0;
			}

			.uf-slideshow-overlay a.active {
				background: #00B9F2;
			}

                a.uf-slideshow-next, a.uf-slideshow-previous{
                        outline: 0;
                        height:30px;
                        width: 30px;
                        -moz-border-radius: 5px;
                        -webkit-border-radius: 5px;
                        background-color: ;
                        
                }

                
		a.uf-slideshow-next {
			margin: 130px 15px 0 0;
			float: right;
			background: #e0e0e0 url(../images/design/arrow-black-right.png) no-repeat center center;
                        opacity: 0.5;
		}

		a.uf-slideshow-previous {
			margin: 130px 0 0 15px;
			float: left;
			background: #e0e0e0 url(../images/design/arrow-black-left.png) no-repeat center center;
                        opacity: 0.5;
		}

                a:hover.uf-slideshow-next, a:hover.uf-slideshow-previous{
                        background-color: #e0e0e0;
                        opacity: 1;
                }



	.uf-slideshow-image {
		/* additional styles - DO NOT SET BACKGROUND IMAGE */
		position: absolute;
		top: 0;
		left: 0;
                z-index:1;
                padding: 10px;
	}
	
.uf-slideshow-overlay.link:hover {
	cursor: pointer;
}
	
.uf-slideshow-content h2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: transparent;
	font-size: 0em;
	display: none;
}

.uf-slideshow-content h3{
	color: white;
	font-size: 1.7em;
	font-weight: normal;
	/*background: url(../images/background-line.gif) no-repeat top left;*/
	padding: 0 0 0 10px;
	margin: 0 0 25px 100px;
}

.uf-slideshow-content a{
	color: #ff9933;
	font-size: 1.5em;
	margin: 20px 0 0 110px;
	text-decoration: none;
	cursor: pointer;
	outline: 0;
}	