.slideShow ul,
.slideShow li,
.slideShow ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.slideShow > li {
  width: 269px;
  height: 360px;
  margin: 0px;
}

.slideShow {
	clear: both;
    height:360px;
    position: relative;
}

.slideShow .navigation {
    position: absolute;
    top: 0;
    right: 30px;
    text-align: right;
    height: 360px;
}

.slideShow .navigation li {
    border: 0;
    margin-bottom: 6px;
}
.slideShow .navigation a {
	margin: 0;
	display: inline-block;
	text-decoration: none;
    width: 17px;
    height: 17px;
    outline: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../../images/bullets.png) no-repeat 0 0;
}
.slideShow .thumbs a {
	padding: 0px;
	overflow: hidden;
}
.slideShow .navigation a:hover,
.slideShow .navigation a.selected {
    background-position: 0 -17px;
}

/*.prevContent { position: absolute; top: 234px; left: 12px; z-index: 1; }
.prevContent a { background: url(http://www.e-saloniki.gr/assets/website/images/jCarLeft2.png) no-repeat 0 0; width: 24px; height: 45px; display: block; }

.nextContent { position: absolute; top: 234px; right: 12px; z-index: 1; }
.nextContent a { background: url(http://www.e-saloniki.gr/assets/website/images/jCarRight2.png) no-repeat 0 0; width: 24px; height: 45px; display: block; }*/