@charset "utf-8";
/* CSS Document */

#SlideShowWidget
{
    background: #f4f5f0;
    font-family: arial, helvetica, sans-serif;
    min-height: 175px;
    position: relative;
    width: 353px;  
}

#SlideShowWidget .ssw_all_icons
{
	height: 30px;
	left: 170px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	top: -20px;
	width: 130px;
}

#SlideShowWidget .ssw_icon_active
{
    background: #660000; /* transparent; */
    cursor: pointer; /* hack */
    float: left; /* this is a probable cause for the link issue */
    height: 13px;
    position: relative;
    width: 16px;
	font-size:9px;
	color: #FFFFFF;
	text-align: center;
	margin-left: 5px;
}

#SlideShowWidget .ssw_icon_inactive
{
    background: #d7a900; /*transparent; */
    cursor: pointer; /*hack*/
    float: left; /* this is a probable cause for the link issue */
    height: 13px;
    position: relative; /* this is a probable cause for the link issue */
    width: 16px;   
	font-size:9px;
	text-align: center;
	margin-left: 5px;
}

/*
#SlideShowWidget .ssw_play_controls
{
	background:  #f4f5f0;
	height: 19px;
	left: 191px;
	padding: 10px 0px 0px 20px;
	position: absolute;
	top: 255px;
	width: 139px;
}

#SlideShowWidget .ssw_all_descriptions
{
    background: #f4f5f0; 
    float: left;
    left: 0px;
    margin-top: 30px;
    min-height: 175px;
    width: 353px;  
}

.ssw_all_descriptions a
{
    display: block;
    padding: 10px 0 14px 0;
}

#SlideShowWidget .ssw_description
{
    color: #fff;
    display: none;
    left: 0px;
    margin: 0px 0px 0px 20px;
    min-height: 175px;
    position: relative;
    top: 0px;
    width: 353px;
}

#SlideShowWidget .ssw_content
{
    width: 100px;
}

#SlideShowWidget .ssw_content p
{
    font-weight: normal;
}

#SlideShowWidget .ssw_content p a
{
    font-weight: normal !important;
}
*/

#SlideShowWidget .ssw_all_slides
{
    width: 353px;
}

#SlideShowWidget .ssw_slide
{
    bottom: 0px;
    display: none;
    position: absolute;
    right: 0px;
    width: 353px; 
}

#SlideShowWidget .firstSlide
{
    display: block;
}

#SlideShowWidget .ssw_slide a
{
    margin: 0px;
    padding: 0px;
}

#SlideShowWidget .noborder
{
    border: none;
}

.ssw_content p a, 
.ssw_content p a:visited

{
    text-decoration: none !important;
}

.ssw_content p a:hover
{
    text-decoration: underline !important; 
}
