
	#slide_wrapper
	{
		width: 100%; 
		height:auto; 
		float:left; 
		background-color: #121212;
	} 
	
		.slidehead4
		{
			padding:0;
			background-image:none;
		}

		#slide_content .slidehead4
		{
			font-family: Georgia, serif;
			font-size: 22px;
			line-height: 1.2em;
			color:#666666;
			margin-bottom:10px;
		}

		#slide_content
		{
			width:95%;
			height:auto;
			padding:20px 2.5%;
			background-color:#262626;
			float:left;
			position: relative;
			bottom:0;
			z-index:100;
			font-family: Cambria, serif;
			font-size: 1em;
			font-style: normal;
			font-weight: normal;
			letter-spacing: normal;
			line-height: 1.5em;
		}

			#slide_content a
			{
				color:#FFFFFF;
				text-decoration:none;
			}
			
				#slide_content a:hover
				{
					color:#FFFFFF;
					text-decoration:underline;
				}
			
				#button
				{
					width:auto;
					height:auto;
					margin-right:5%;
					float:right;
					background-color:#262626;
					border-bottom:0;
					-moz-border-radius-topright: 10px;
					-moz-border-radius-topleft: 10px;
					-webkit-border-top-right-radius: 10px;
					-webkit-border-top-left-radius: 10px;	
					padding:10px 15px;
				}
				
			#slide_content .big
			{
				width:25%;
				height:auto;
				float:left;
			}

				#slide_content .big ul
				{
					width:100%;
					height:auto;
					float:left;
					margin-bottom:15px;
				}
					
					#slide_content .big ul li
					{
						width:85%;
						height:auto;
						float:left;
						padding:3px 0 3px 18%;
						background-image: url(../images/icons/page.png);
						background-repeat:no-repeat;
						background-position:left center;
						
					}	
			
			#slide_content .small
			{
				width:18%;
				height:auto;
				float:left;
			}

				#slide_content .small ul
				{
					width:100%;
					height:auto;
					float:left;
					margin-bottom:15px;
				}
					
					#slide_content .small ul li
					{
						width:85%;
						height:auto;
						float:left;
						padding:3px 0 3px 15%;
						background-image: url(../images/icons/page.png);
						background-repeat:no-repeat;
						background-position:left center;
					}
					
					#slide_content .big ul li.dashboard
					{
						background-image: url(../images/icons/house.png);	
					}
					
					#slide_content .big ul li.profile
					{
						background-image: url(../images/icons/book_addresses.png);	
					}
					
					#slide_content .big ul li.comment
					{
						background-image: url(../images/icons/comment.png);	
					}
					
					#slide_content .big ul li.logout
					{
						background-image: url(../images/icons/lock.png);	
					}
					
					#slide_content .small ul li.appearance
					{
						background-image: url(../images/icons/css.png);	
					}
					
					#slide_content .small ul li.plugin
					{
						background-image: url(../images/icons/plugin.png);	
					}
					
					#slide_content .small ul li.posts
					{
						background-image: url(../images/icons/page2.png);	
					}
					
					#slide_content .small ul li.page
					{
						background-image: url(../images/icons/page.png);	
					}
					
					#slide_content .small ul li.user
					{
						background-image: url(../images/icons/user.png);	
					}
					
					#slide_content .small ul li.library
					{
						background-image: url(../images/icons/computer.png);	
					}

					#slide_content .small ul li.media
					{
						background-image: url(../images/icons/ipoid.png);	
					}
					
					#slide_content .small ul li.settings
					{
						background-image: url(../images/icons/cog.png);	
					}

					#slide_content .small ul li.category
					{
						background-image: url(../images/icons/chart_organisation.png);	
					}

					#slide_content .small ul li.tag
					{
						background-image: url(../images/icons/tag.png);	
					}
					
					#slide_content .small ul li.library
					{
						background-image: url(../images/icons/computer.png);	
					}

					#slide_content .small ul li.media
					{
						background-image: url(../images/icons/ipod.png);	
					}
					
			#slide_content #legal
			{
				width:30%;
				height:auto;
				float:left;
			}
			
				#slide_content #legal ul
				{
					width:100%;
					height:auto;
					float:left;
				}				
						
						#slide_content #legal ul li
						{
							width:90%;
							padding-left:10%;
							height:auto;
							float:left;
							background-image:url(../images/icons/page.png);
							background-position:left center;
							background-repeat:no-repeat;
							font-size:1.1em;
						}	
		
		#abd_slide_alt
		{
				font-size:1.1em;
				background-image:url(../images/logo/tiny.png);
				background-position:left center;
				background-repeat:no-repeat;
				float:right;
				padding:18px 0 15px 85px;
				color:#999999;
		}
		
			#abd_slide_alt a
			{
				color:#999999;
			}
			
				#abd_slide_alt a:hover
				{
					color:#FFFFFF;
					text-decoration:underline;
				}