/**
* Styles for slide_show widget
**/

#slide_show_container *
{
margin:0px;
padding:0px;
}

.widget_content  #slide_show_container
{
float:left;
width:99%;
overflow:hidden;
}
	.widget_content  #slide_show_container .resource
	{
	float:left;
	width:100%;
	}

		.widget_content  #slide_show_container .options
		{
		margin:0px 0px 20px 0px;
		float:left;
		width:300px;
		clear:both;
		position:static;
		text-align:center;
		}
		
		.widget_content  #slide_show_container .options .controls
		{
		float:right;
		width:100%;
		}
		
			.widget_content  #slide_show_container .options  .controls a
			{
			float:left;
			height:24px;
			border-left:1px solid #FFFFFF;
			}
			.widget_content  #slide_show_container .options  .controls a:first-child
			{
			border:none;
			}
			
				.widget_content  #slide_show_container .options  .controls a#previous_link
				{
				background:transparent url(/app/common/assets/images/buttons/slideshow_previous.png) repeat scroll 0 0;
				width:121px;
				}
				.widget_content  #slide_show_container .options  .controls a#slideshow_pause_link
				{
				background:transparent url(/app/common/assets/images/buttons/slideshow_pause.png) repeat scroll 0 0;
				width:16px;
				}
				.widget_content  #slide_show_container .options  .controls a#slideshow_play_link
				{
				background:transparent url(/app/common/assets/images/buttons/slideshow_play.png) repeat scroll 0 0;
				width:16px;
				}
				.widget_content  #slide_show_container .options  .controls a#slideshow_next_link
				{
				background:transparent url(/app/common/assets/images/buttons/slideshow_next.png) repeat scroll 0 0;
				width:96px;
				}
			
		.widget_content  #slide_show_container  .options .item_list
		{
		float:right;
		width:100%;
		display:none;
		}	
			.widget_content  #slide_show_container .options  .item_list ul
			{
			width:100%;
			float:left;
			list-style:none;
			margin:0px;
			padding:0px;
			}
				.widget_content  #slide_show_container .options  .item_list li
				{
				width:100%;
				float:left;
				margin:0px;
				padding:5px 0px;
				border-top:1px solid #cecece;
				}
				
				.widget_content  #slide_show_container .options  .item_list li:first-child
				{
				border-bottom:none;
				}
				

    .slideshow_resource
    {
      overflow: hidden;
    }
		
		.widget_content > #slide_show_container  .slideshow_resources
		{
	
		}		
				
			.widget_content  #slide_show_container  .slideshow_resources .slideshow_resource
			{
			display:none;
			}
				
				.widget_content  #slide_show_container  .slideshow_resources .slideshow_resource .slide_show_caption
				{
				background:transparent;
				width:100%;
				color:#555555;
				float:left;
				font-weight:bold;
				padding:10px 0px 10px 0px;
				filter:alpha(opacity=75);
				-moz-opacity:0.75;
				-khtml-opacity: 0.75;
				opacity: 0.75;
				
				}
			
				.widget_content  #slide_show_container  .slideshow_resources .slideshow_resource.file,
				.widget_content  #slide_show_container  .slideshow_resources .slideshow_resource.image
				{
				text-align:center;
				}
		
	
