/* CSS Document */

@charset "utf-8";

@font-face { font-family: 'Orbitron', sans-serif;
	src: url(http://fonts.googleapis.com/css?family=Orbitron:400,700);
}
@import src: url(http://fonts.googleapis.com/css?family=Orbitron:400,700);


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

body{
	background-color: white; 
	
}

#global1{
		background-color: transparent;
		margin-left: auto;
		margin-right: auto;
		width: auto;
		height: auto;
		border: 0px white solid;
		
}
#maintable{ 
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0px;
		margin-top: 10px;
		padding: 10px;
		

}
td {
	margin: 0px;
	padding: 0px;
}

#novias{
		margin-top: 0px;
		padding: 0px;
		
		
}

#collection{
		margin-top: 0px;
		}
		
#carmela{
		margin-top: 0px;
		}


nav{	
		margin:auto;
		padding: 0;
		height: 2em; 
		background-color: transparent;
		color: black;
		font-size: 20px ;
		text-align: center;
		background-position: center center;
		text-transform: capitalize;
		width: 550px;
		font-family: 'Orbitron', sans-serif;
}

nav ul {
		border-style: none;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		
}
nav li {
		float:left;
		list-style:none;
		width: auto;
		margin:0px 38px 0px 38px;
		text-align: center;
}


nav li a {
		text-decoration: none;
		color: black;
		display: block;
}
nav li a:hover{ 
		color: #ff66ff;
		text-decoration: underline;
}

nav li ul{
		display: none;
		list-style: none;
		height: auto;
		background-color: white;
}
nav li:hover ul{
			display: block;
			position:absolute;
			list-style: none;
			padding-top: 5px; 
			padding-left: 0px;
}
nav li:hover li {
	float: none;
	width: auto;
	list-style: none;
	text-align: justify;
	height: 20px;
	font-size: 13px;
	
	
	
}
nav li:hover li a { 
		text-decoration: none;
		color: black;
}	
nav li li a:hover {
	text-decoration: underline;
	color: #ff66ff;
}

#slideshownovias {
		float:left;
		width:400px;
		height:750px;
		background:#fff;
		margin: auto;
}
#slidesnovias {
		position:relative;
		width:400px;
		height:750px;
		list-style:none;
		overflow:auto;
		margin-left: -5px;
}
#slidesnovias li {
		width:400px;
		height:750px;
		}

#slideshowooak {
		float:left;
		width:550px;
		height:300px;
		background:#fff;
		margin: auto;
}
#slidesooak {
		position:relative;
		width:550px;
		height:300px;
		list-style:none;
		overflow:auto;
		margin-left: -5px;
}
#slidesooak li {
		width:550px;
		height:300px;
		}
		
#slideshowcarmela {
		float:left;
		width:550px;
		height:300px;
		background:#fff;
		margin: auto;
}
#slidescarmela {
		position:relative;
		width:550px;
		height:300px;
		list-style:none;
		overflow:auto;
		margin-left: -5px;
}
#slidescarmela li {
		width:550px;
		height:300px;
		}



.fader-slide {opacity:0; position:absolute}
.fader-fade {opacity:1; -webkit-transition:opacity .4s; -moz-transition:opacity .4s; transition:opacity .4s}


#pagination{ 
			margin-top: 0px;
			margin-left: auto;
			margin-right: auto
}
.pagination {
		float:left;
		list-style:none;
		height:10px;
}
.pagination li {
		float:left;
		cursor:pointer;
		padding:5px 8px;
		background:white;
		border:1px solid silver;
		border-radius: 20px;
		margin:0 8px 0 0;
		text-align:center;
		color:black;
		font-family:'Orbitron', sans-serif;
		font-size: 6px;
}
.pagination li:hover {
			background-color: gray;
			border:1px solid #bbb;
			color:#000;
}
#pagination_1{ 
			margin-top: 10px;
			margin-left: auto;
			margin-right: auto
}
.pagination_1 {
		float:left;
		list-style:none;
		height:10px;
}
.pagination_1 li {
		float:left;
		cursor:pointer;
		padding:5px 8px;
		background:white;
		border:1px solid silver;
		border-radius: 20px;
		margin:0 8px 0 0;
		text-align:center;
		color:black;
		font-family:'Orbitron', sans-serif;
		font-size: 8px;
}
.pagination_1 li:hover {
			background-color: gray;
			border:1px solid #bbb;
			color:#000;
}


li.current {border:1px solid black; background:silver;}

#title{
		text-align: left; 
		color: black; 
		font-family:'Orbitron', sans-serif;
		font-weight:500;
		font-size: 30px; 
    	line-height: 25px;
		background-color: transparent;
}
#title1{
		text-align: left; 
		color: black; 
		font-family:'Orbitron', sans-serif;
		font-weight:500;
		font-size: 20px; 
  		line-height: 25px;
		background-color: transparent;
}

#slidemenu{
		margin-left: auto;
		margin-right: auto;
		width: 150px;
		height: 20px;

}
footer{	
		text-align: center;
		font-family: 'Aldrich', sans-serif;
		color: #000000;
		font-size:9px;
		background-color: transparent;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-right: 25px;
		padding-bottom: 25px;
}
footer a {
		color: black;
}
footer a:hover {
		color: #ff66ff;
}
