slideshow.css 2.01 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135
#slideWrapper
{
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}
.gallery-image
{
	width: 80%;
	margin: 0 auto;
	margin-top:1%;
	height: 65%;
	box-shadow: 0px 2px 8px 0px #999;
	position: relative;
	overflow: hidden;
}
.slideshow-control
{
	width: 10%;
}
.gallery-thumb
{
	width: 100%;
	margin: 0 auto;
	margin-top: 2%;
	height: 20%;
}
#selector-img
{
	height: 100%;
	width: 80%;
	/*overflow: hidden;*/
	margin: 0 auto;
	position: relative;
	left: 20px;
}
#control-prev
{
	float: left;
}
#control-next
{    
	float: right;
	clear:none;
	clear:none;
	position: relative;
	top: -100%;
}
.main-control
{
	width: 10%;
	height: 100%;
	opacity: 0.65;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	background-color: #AAAAAA;
}
#main-control-prev
{
	float: left;
	background-color: gray;
	z-index: 1;
	position: relative;
	background-image: url('../../img/main_previous.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
#main-control-next
{
	float: right;
	clear:none;
	background-color: gray;
	z-index: 1;
	position: relative;
	top: -100%;
	background-image: url('../../img/main_next.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.slideshow-control img
{
	height:50%;
	width: 50%;
	margin-top: 40%;
}
#control-prev img
{
	float:right;
}
#main-img
{
	background-color: black;
	height:100%;
	width: 100%;
	z-index: 0;
	position: relative;
}
.mainThumbnail
{
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;    	
	height: 100%;
	width: 100%;
	position: absolute;
	display: block;
}

.thumbnail
{
	width: 15%;
	height: 100%;
	padding: 2px;
	margin: 0% 1%;
	display: block;
	vertical-align: middle;
	box-shadow: 0px 2px 8px 0px #ccc;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	border:3px solid #fff;
	background-color: black;
	float: left;
	clear: none;
	position: relative;
}
.first
{
	margin-left: 23px;
}