/* RESEN MEDIA */
/* Section Stylesheet: Media
------------------------------------------------------------------------------- */


/* STRUCTURAL CONTAINERS
------------------------------------------------------------------------------- */


	#main,
	#sidebar {
	
		width: 837px;
		margin-bottom: 15px;
	
		}
		
		
/* GALLERIES
------------------------------------------------------------------------------- */


	#galleries ul.content li {
	
		width: 129px;
		height: 150px;
		overflow: hidden;
		margin: 0 10px 10px 0;
		border: 0;
		padding-bottom: 5px;
	
		}
		
	#galleries li > a {
	
		width: 129px;
		height: 129px;
		display: block;
		overflow: hidden;
		margin-bottom: 5px;
	
		}
		
	#galleries img {
	
		display: block;
		min-width: 100%;
		min-height: 100%;
		max-width: none !important;
		max-height: none !important;
		margin-bottom: 5px !important;
	
		}
		
	#galleries h4 {
	
		font-size: 14px;
		line-height: 14px;
	
		}
		
	#galleries h4 a {
	
		display: block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		text-align: center;
	
		}
		

/* IMAGES
------------------------------------------------------------------------------- */


	#images h3 {
	
		background: none;
		text-indent: 0;
		font-size: 28px;
		line-height: 28px;
	
		}
		
	#images ul.content li {
	
	
		width: 157px;
		height: 157px;
		overflow: hidden;
		margin: 0 10px 10px 0;
		border: 0;
		padding-bottom: 0;
	
		}
		
	#images img {
	
		display: block;
		min-width: 100%;
		min-height: 100%;
		max-width: none !important;
		max-height: none !important;
		margin-bottom: 5px !important;
	
		}

	div.images h4,
	div.images ul.content li > span {
	
		display: none;
	
		}
		
		
/* VIDEOS
------------------------------------------------------------------------------- */


	#videos ul.content li {
	
	
		width: 199px;
		overflow: hidden;
		margin: 0 10px 10px 0;
		border: 0;
		padding-bottom: 0;
	
		}
		
	#videos img {
	
		width: 199px;
		height: 120px;
		display: block;
		margin-bottom: 5px;

		}
		
	#videos h4 {
	
		font-size: 14px;
		line-height: 14px;
	
		}
		
	#videos h4 a {
	
		display: block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		text-align: center;
	
		}
		
	#videos span,
	#videos div.body,
	#videos ul.content ul.actions {
	
		display: none;
	
		}
		
		
/* VIDEO
------------------------------------------------------------------------------- */


	#video h4,
	#video div.body {
	
		text-align: center;
	
		}
		
	#video span,
	#video img {
	
		display: none;
	
		}