Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
539 rajveer 1
/*
2
div.sideNavBg{padding:0; margin:0;background:url(../images/demo_panel_bg.gif) repeat-x 0em bottom;}
3
*/
4
div.sideNav
5
{
6
	padding:0px 0px 0px 0px;
7
	margin:0px 0px 0px 0px;
8
	/*background:url(../images/sidenav_bg.gif) repeat-y right top;*/
9
	width:154px;
10
	float:left;
11
}
12
div.sideNav ul
13
{
14
	padding:0px 0px 0px 0px;
15
	margin:10px 2px 0px 0px;
16
}
17
div.sideNav ul li
18
{
19
	padding:0px 0px 0px 0px;
20
	margin:0px 0px 0px 0px;	
21
	background:url(../images/side_arw_inact.gif) no-repeat 11.7em center;
22
	font-size:0.9em;
23
 
24
}
25
/*
26
div.sideNav ul li:hover, div.sideNav ul li.sfhover
27
{
28
	padding:0px 0px 0px 0px;
29
	margin:0px 0px 0px 0px;	
30
	background:#ebebeb url(../images/side_arw_actv.gif) no-repeat 11.7em center;
31
	font-size:0.9em;
32
}
33
*/
34
div.sideNav ul li a.vt
35
{
36
	padding:8px 12px 10px 10px;
37
	margin:0px 0px 0px 0px;
38
	text-decoration:none;
39
	color:#666;
40
	display:block;	
41
 
42
}
43
/*
44
div.teaser
45
{
46
float:left;
47
padding:0px 0px 0px 10px;
48
margin:20px 0px 0px 0px;
49
width:76.9%;
50
font-size:12px;
51
font-family:Verdana;
52
}
53
*/
54
/*div.teaser h1
55
{
56
font-size:1.5em;
57
font-weight:normal;
58
}*/
59
 
60
div.teaser h1
61
{
62
     font-size:24px;
63
     font-weight:normal;
64
}
65
div.teaser h1 span
66
{     
67
     font-weight:bold;
68
}
69
 
70
 
71
div.demo{
72
	float:left;
73
	width:317px;
74
	padding:0;
75
	margin:16px 0 0 0;
76
}
77
div.demo ul {
78
	margin:0 0 -1px 0;
79
	padding: 3px 0;
80
	position:relative;
81
	z-index:999;
82
	height:20px;
83
}
84
div.demo ul li{
85
	list-style: none;
86
	margin: 0;
87
	display: inline;
88
}
89
 
90
div.demo ul li a{
91
	padding: 6px 8px;
92
	margin-left: 8px;
93
	color:#fff;
94
	font-size:11px;
95
	text-decoration: none;
96
	background:url(../images/tab-hor-bar.jpg) repeat-x;
97
	border-bottom: none;
98
	border-top:1px solid #6699FF;
99
	border-right:1px solid #6699FF;
100
	border-left:1px solid #6699FF;
101
}
102
 
103
/*
104
div.demo ul li
105
{
106
padding:8px 10px 6px 10px;
107
*padding:8px 10px 3px 10px;
108
margin:0px 5px 0px 0px;
109
width:50px;
110
display:inline;
111
clear:both;
112
background:url(../images/tab_unselc.gif) repeat-x left ;
113
}
114
div.demo ul li a
115
{
116
padding:8px 0px 8px 0px;
117
margin:0px 0px 0px 0px;
118
text-decoration:none;
119
font-size:0.8em;
120
color:#000;
121
}
122
*/
123
 
124
div.demo .ui-tabs-nav li.ui-tabs-selected,
125
div.demo .ui-tabs-nav li.ui-state-active{
126
	background:#fff !important;
127
}
128
div.demo .ui-tabs-nav li.ui-state-active a{
129
	color:#000;
130
	background:#fff;
131
	border-bottom:none;
132
	border-top:1px solid #999;
133
	border-right:1px solid #999;
134
	border-left:1px solid #999;
135
}
136
 
137
div.demo ul li.sel{
138
}
139
 
140
div.demo div.tabby{
141
	/*padding:10px 60px 10px 60px;*/
142
	margin:0px 10px 0px 0px;
143
	border:1px solid #ccc;
144
	overflow:hidden;
145
	width:317px;
146
}
147
 
148
 
149
 
150
 
151
 
152
/*
153
 * Required 
154
*/
155
 
156
.container { 
157
width:317px; 
158
height:540px;
159
margin:0px 10px 0px 0px;
160
/*border:1px solid #ccc;*/
161
padding-top:4px;
162
border-top: 1px solid #999;
163
overflow:hidden;
164
position:relative;
165
background:#fff;
166
}
167
/*
168
.slides { position:absolute; top:0; left:0; }
169
.slides div { position:absolute; top:0; width:296px; margin:35px 5px 5px;}
170
.slides div img{ max-width:311px;max-height:481px; }
171
*/
172
 
173
.slides{width:315px;float:left;position:absolute;top:45px; background:#fff; border:none;}
174
.slides div{text-align: center; background:#fff; border:none;}
175
.slides img{max-width:311px;max-height:481px; background:#fff; border:none;}
176
 
177
 
178
/*
179
 * Optional
180
*/
181
#loopedSlider,#newsSlider { margin:0 auto;position:relative; clear:both; }
182
ul.pagination { list-style:none; padding:0; margin:0; }
183
ul.pagination li  { float:left; }
184
ul.pagination li a { padding:2px 4px; }
185
ul.pagination li.active a { background:blue; color:white; }
186
 
187
div.demo div.tabby img
188
{
189
	margin:2px;
190
 
191
}
192
div.desc
193
{
194
float:left;
195
width:225px;
196
padding:0px 0px 0px 0px;
197
margin:50px 0px 0px 23px;
198
display:inline; /*ie6 bug fix*/
199
}
200
div.bot
201
{
202
background:#dcdcdc;
203
padding:4px 9px 4px 5px;
204
margin:0px 0px 0px 0px;
205
width:305px;
206
height:22px;
207
}
208
div.bot a
209
{
210
padding:0px 2px 0px 0px;
211
margin:0px 0px 0px 0px;
212
color:#1d76ce;
213
text-decoration:none;
214
}
215
div.bot span
216
{
217
padding:0px 0px 0px 0px;
218
margin:0px 50px 0px 0px;
219
}
220
div.desc div.introduction
221
{
222
font-size:0.9em;
223
line-height:2em;
224
padding:0px 0px 0px 0px;
225
margin:0px 0px 0px 0px;
226
text-align:left;
227
}
228
div.desc h4
229
{
230
	color:#333;
231
	font-size:20px;
232
	font-weight:normal;
233
	/* font-family:Verdana; */
234
}
235
div.desc p{
236
	line-height:26px;
237
	color:#333333;
238
	font-size:13px;
239
}
240
div.desc ul{list-style:none;}
241
 
242
div.desc li.introduction{
243
	margin-top:30px;
244
	color:#333;
245
	font-size:13px;
246
	font-weight:normal;
247
}
248
 
249
div.desc li.mainFeature{
250
	margin-top:30px;
251
	color:#333;
252
	font-size:14px;
253
	font-weight:bold;
254
}
255
 
256
div.desc li.mainFeatureValue{
257
	margin-top:5px;
258
	padding-left:18px;
259
	color:#333;
260
	font-size:13px;
261
	line-height:14px;
262
	background:url(../images/black-bullet.gif) no-repeat 8px 6px;
263
}
264
 
265
div.desc li.subFeature{
266
	margin-top:6px;
267
	padding-left:18px;
268
	color:#333;
269
	font-size:13px;
270
	font-weight:bold;
271
	background:url(../images/black-bullet.gif) no-repeat 8px 9px;
272
}
273
 
274
div.desc li.subsubFeature{
275
	margin-top:6px;
276
	padding-left:36px;
277
	color:#333;
278
	font-size:12px;
279
	font-weight:bold;
280
	background:url(../images/black-bullet.gif) no-repeat 26px 9px;
281
}
282
 
283
div.desc li.subFeatureValue{
284
	margin-left:18px;
285
	padding-left:17px;
286
	color:#666;
287
	font-size:12px;
288
	line-height:17px;
289
	background:url(../images/grey-bullet.gif) no-repeat 8px 8px;
290
}
291
 
292
div.desc li.subsubFeatureValue{
293
	margin-left:36px;
294
	padding-left:17px;
295
	color:#666;
296
	font-size:12px;
297
	line-height:17px;
298
	background:url(../images/grey-bullet.gif) no-repeat 8px 8px;
299
}
300
 
301
div.desc li.mainPunchline{
302
	line-height:18px;
303
	margin-bottom:15px;
304
	padding-left:10px;
305
	color:#333;
306
	font-weight:bold;
307
	font-size:13px;
308
	background:url(../images/mehron-square-bullet.gif) no-repeat 0px 7px;
309
}
310
 
311
div.desc li.mainFeaturePunchline{
312
	padding-left:18px;
313
	color:#333;
314
	font-size:13px;
315
	background:url(../images/mehron-square-bullet.gif) no-repeat 8px 9px;
316
}
317
 
318
div.desc li.subFeaturePunchline{
319
	margin-left:18px;
320
	padding-left:18px;
321
	color:#666;
322
	font-size:12px;
323
	background:url(../images/mehron-square-bullet.gif) no-repeat 8px 9px;
324
}
325
 
326
 
327
 
328
div.desc li.subsubFeaturePunchline{
329
	margin-left:18px;
330
	padding-left:36px;
331
	color:#666;
332
	font-size:12px;
333
	background:url(../images/mehron-square-bullet.gif) no-repeat 26px 9px;
334
}
335
div.desc li.spacing{margin-top:35px;}
336
 
337
div.desc li.subspacing{margin-top:6px;}
338
 
339
div.block2
340
{
341
padding:0px 0px 0px 0px;
342
margin:0px 0px 4px 0px;
343
width:737px;
344
background	:#fff;
345
float:left;
346
}
347
div.block2 div
348
{
349
/*background:url(../images/center_bg.gif) repeat-x left ;*/
350
overflow:hidden;
351
 
352
}
353
div.block2 img
354
{
355
padding:0px 0px 0px 0px;
356
margin:0px 0px 0px 0px;
357
float:left;
358
}
359
div.block2Bottom1
360
{
361
background:url(../images/phoneReviewbottom.gif) no-repeat;
362
width:737px;
363
height:6px;
364
 
365
}
366
div.block2Top1 h4
367
{
368
padding:7px 0px 6px 10px;
369
margin:0px 0px 0px 0px;
370
font-family:Verdana;
371
font-size:1.4em;
372
color:#000;
373
width:727px;
374
height:19px;
375
background:url(../images/phoneReviewtop.gif) no-repeat;
376
/*background:url(../images/right_curv.gif) no-repeat right 0em ;*/
377
}
378
@media screen and (-webkit-min-device-pixel-ratio:0){
379
	div.block2 h4{width:98.7%;}
380
	input.srchbtn{padding: 5px 0px 5px 0px;}
381
}
382
div.block2 p
383
{
384
padding:10px;
385
margin:0px 0px 5px 0px;
386
background:#f5f5f5;
387
color:#000;
388
display:block;
389
line-height:15px;
390
width:717px;
391
}
392
 
393
/**BEGIN   (right column)***/
394
div.sideBlock
395
{
396
	float:right;
397
	width:237px;
398
	padding:0px 0px 0px 0px;
399
	margin:2px 0px 0px 0px;
400
	line-height:1.4em;
401
 
402
}
403
div.custserv
404
{
405
margin:0px 0px 0px 0px;
406
padding:0px 0px 0px 0px;
407
background:#f5f5f5;
408
position:relative;
409
height:68px;
410
}
411
/*
412
div.custserv h3
413
{
414
color:#666;
415
margin:0px 0px 0px 0px;
416
padding:5px 0px 5px 8px;
417
background:url(side_hdr_bg.gif) repeat-x 0em 0em;
418
border-bottom:1px solid #ccc;
419
font-size:1.1em;
420
}
421
div.custserv img.mail
422
{
423
margin:0px 0px 0px 0px;
424
padding:10px 10px 10px 10px;
425
border-right:1px solid #ccc;
426
}
427
div.custserv img
428
{
429
padding-left:5px;
430
}
431
div.custserv span
432
{
433
margin:0px 0px 0px 0px;
434
padding:0px 0px 0px 10px;
435
font-weight:bold;
436
position:absolute;
437
top:38px;
438
}
439
*/
440
 
441
div.lightbox{
442
margin:4px 0px 0px 0px;
443
*margin:5px 0px 0px 0px;
444
padding:0px;
445
/*border:1px solid #ccc;*/
446
float:left;
447
width:240px;
448
 
449
}
450
div.hdr
451
{
452
margin:0px 0px 0px 0px;
453
padding:10px 0px 10px 0px;
454
border-bottom:1px solid #ccc;
455
background:url(../images/lb_hdr_bg.gif) repeat-x left;
456
height:21px;
457
width:240px;
458
}
459
div.hdr a
460
{
461
margin:0px 0px 0px 10px;
462
padding:0px 0px 0px 26px;
463
text-decoration:none;
464
font-size:18px;
465
color:#333;
466
background:url(../images/lgb_arw.gif) no-repeat left center;
467
}
468
 
469
div.swapy a
470
{
471
background:url(../images/lgb_arw_cc.gif) no-repeat left center;
472
height:21px;
473
width:13px;
474
}
475
 
476
div.hdr1 a
477
{
478
margin:0px 0px 0px 10px;
479
padding:0px 0px 0px 26px;
480
text-decoration:none;
481
font-size:18px;
482
color:#333;
483
background:url(../images/schdule_right.gif) no-repeat left center;
484
}
485
 
486
 
487
div.swapy1 a
488
{
489
background:url(../images/schdule_down.gif) no-repeat left center;
490
height:21px;
491
width:13px;
492
}
493
 
494
 
495
div.tools
496
{
497
margin:0px;
498
padding-left:5px;
499
border-bottom:1px solid #ccc;
500
background:#F5F5F5;
501
line-height:16px;
502
}
503
div.tools a
504
{
505
margin:0px 0px 0px 0px;
506
padding:2px 6px;
507
font-size:11px;
508
display:inline;
509
border-right:1px solid #ccc;
510
text-decoration:none;
511
color:#0066cc;
512
font-weight:bold;
513
 
514
}
515
div.tools a:hover
516
{
517
	text-decoration: underline;
518
	cursor:pointer;
519
}
520
 
521
div.tabwrap{
522
/*
523
padding-top:2px;
524
max-height:257px;
525
overflow-x:hidden;
526
overflow-y:auto;
527
background:#fff;
528
*/
529
height:257px;
530
overflow-x:hidden;
531
overflow-x:auto;
532
}
533
/*
534
div.researchHeight{
535
	padding-top:2px;
536
	overflow-x:hidden;
537
	overflow-y:auto !important;
538
	background:#fff;
539
	max-height:270px;
540
}
541
*/
542
div.tabwrap table
543
{
544
background:#fff;
545
padding:4px 0 6px 0;
546
}
547
div.tabwrap table td
548
{
549
vertical-align:top;
550
/*padding:3px 3px 3px 3px;*/
551
padding:4px;
552
margin:0px 0px 0px 0px;
553
}
554
.borderBottom{
555
	border-bottom:1px solid #ccc;
556
	padding-bottom:4px;
557
}
558
.spacing{line-height:5px;}
559
 
560
div.tabwrap table td input{margin-left:4px;}
561
div.tabwrap table td img
562
{
563
margin-left:1px;
564
border:1px solid #ccc;
565
padding:1px;
566
max-width:60px;
567
max-height:60px;
568
text-align:center;
569
}
570
div.tabwrap table td div{padding:0px 5px;}
571
div.tabwrap table td div a
572
{
573
padding:0px 0px 0px 0px;
574
margin:0px;
575
color:#0066cc;
576
text-decoration:none;
577
font-weight:bold;
578
display:block;
579
 
580
/*
581
height:19px;
582
overflow:hidden;
583
*/
584
}
585
div.tabwrap table td div.text, div.tabwrap table td div.price{
586
padding:0px 0px 0px 0px;
587
margin:0px 0px 0px 0px;
588
color:#000;
589
font-size:11px;
590
line-height:15px;
591
font-weight:normal;
592
cursor:text;
593
}
594
div.tabwrap table td div.price{
595
	padding:3px 0;
596
 
597
	/*
598
	height:15px;
599
	overflow:hidden;
600
	*/
601
}
602
div.tabwrap table td div.text{
603
	line-height:13px;
604
 
605
	/*
606
	height:29px;
607
	overflow:hidden;
608
	*/
609
}
610
 
611
div.tabwrap .link{
612
	/*margin-top:-4px;*/
613
	margin-top:-2px;
614
	font-size:11px;
615
	text-align:right;
616
	font-weight:normal !important;
617
}
618
 
619
div.tabwrap table td.n 
620
{
621
padding:0px 0px 0px 0px;
622
margin:0px 0px 0px 0px;
623
border-top:1px solid #ccc;
624
text-align:right;
625
}
626
div.tabwrap table td.n a.notes
627
{
628
padding:0px 5px 0px 0px;
629
margin:0px;
630
color:#0066cc;
631
font-size:0.85em;
632
font-weight:normal;
633
text-decoration:none;
634
}
635
div.tabwrap table td.null
636
{
637
padding:0px;
638
margin:0px;
639
background:#fff;
640
height:2px;
641
}
642
div.quicksign
643
{
644
/*
645
margin:0px;
646
padding:0px 0px 0px 5px;
647
background:#e8e8e8;
648
color:#000;
649
font-size:0.85em;
650
line-height:15px;
651
*/
652
font-size:11px;
653
padding:2px 10px 4px 10px;
654
line-height:14px;
655
background:#F5F5F5;
656
border-top:1px solid #ccc;
657
}
658
div.quicksign a
659
{
660
font-weight:bold;
661
/*
662
margin:0px;
663
padding:0px 4px 0px 0px;
664
text-decoration:none;
665
color:#0066cc;
666
font-weight:bold;
667
*/
668
}
669
 
670
/**END   (right column)***/
671
div.footermast
672
{
673
background:#fff;
674
width:100%;
675
 
676
 
677
}
678
div.footer
679
{
680
text-align:left;
681
padding: 5px 0px 5px 10px;
682
margin:0px auto 0px auto;
683
color:#227ad3;
684
background:#fff;
685
width:980px;
686
}
687
div.footer a{
688
margin:0px 0px 0px 0px;
689
padding:0px 0px 0px 0px;
690
color:#0066cc;
691
text-decoration:none;
692
font-size:12px;
693
font-weight:bold;
694
}
695
div.footermast span{
696
margin:0px 0px 0px 0px;
697
padding:0px 0px 0px 145px;
698
color:#000;
699
font-size:10px;
700
}
701
 
702
div.quickLinks a.signin:hover, div.footer a:hover, div.common a:hover, div.quickLinks a:hover, 
703
div.tabwrap table td div a:hover, div.tabwrap table td.n a.notes:hover, div.bot a:hover, div.breadcrumb a:hover, div.quicksign a:hover
704
{
705
text-decoration:underline!important;
706
}
707
 
708
.videoImg{
709
background:url(../images/nokia_videobg.gif) no-repeat; 
710
height:481px; 
711
width:311px;
712
float:left;
713
}
714
 
715
.videoStyle{
716
height: 273px; 
717
width: 203px;  
718
margin:60px 0px 0px 52px;
719
float:left;  
720
}
721
 
722
 
723
/*binay*/
724
.overflowhide{overflow:hidden;}
725
.padding5{padding:5px;}
726
.padding10{padding:10px;}
727
.block3Top{background:url(../images/block3Top.jpg) no-repeat;width:737px; height:5px; background-position:top center;}
728
.block3Bottom{background:url(../images/block3Bottom.jpg) no-repeat;width:736px; height:5px;background-position:bottom center;}
729
.block3Content{width:717px; background:url(../images/cotentBg3.jpg) repeat-y;padding:0px 10px;background-position:left center; margin:0;}
730
/*binay end*/
731
 
732
#contentwrapper{
733
float: left;
734
width: 100%;
735
}
736
 
737
#contentcolumn{
738
margin: 0 190px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
739
background: #ccc;
740
}
741
 
742
#leftcolumn{
743
float: left;
744
width: 180px; /*Width of left column in pixel*/
745
margin-left: -733px; /*Set margin to that of -(MainContainerWidth)*/
746
background: #C8FC98;
747
}
748
 
749
#rightcolumn{
750
float: left;
751
width: 190px; /*Width of right column*/
752
margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
753
background: #FDE95E;
754
}
755
/*youtube video*/
756
#videoDiv {
757
margin-right: 3px;
758
}
759
/*#videoInfo {
760
margin-left: 3px;
761
}*/
762
 
763
/*widget slide guide section*/
764
.toggler { width: 530px; height:530px; position: relative;}
765
  #button { padding: .5em 1em; text-decoration: none; }
766
  /*#vtab-1 { width: 530px; height: 530px; padding: 0.4em; position: relative; }
767
  #vtab-1 h3 { margin: 0; padding: 0.4em; text-align: center; }*/
768
.ui-effects-transfer { border: 2px dotted gray; }
769
 
770
/*scroll pan
771
.winXP apply window XP scrollbar style
772
.osX apply mac scrollbar style
773
*/
774
 
775
#pane1{
776
     height: 267px;
777
}
778
 
779
#pane2, #pane3, #pane4 {
780
     height: 247px;
781
}
782
 
783
.winXP .jScrollPaneTrack {
784
     background: url(../images/windows_track.gif) repeat-y;
785
}
786
.winXP .jScrollPaneDrag {
787
     background: url(../images/windows_drag_middle.gif) no-repeat 0 50%;
788
}
789
.winXP .jScrollPaneDragTop {
790
     background: url(../images/windows_drag_top.gif) no-repeat;
791
     height: 4px;
792
}
793
.winXP .jScrollPaneDragBottom {
794
     background: url(../images/windows_drag_bottom.gif) no-repeat;
795
     height: 4px;
796
}
797
.winXP a.jScrollArrowUp {
798
     height: 17px;
799
     background: url(../images/windows_arrow_up.gif) no-repeat 0 0;
800
}
801
.winXP a.jScrollArrowUp:hover {
802
     background-position: 0 -20px;
803
}
804
.winXP a.jScrollArrowDown {
805
     height: 17px;
806
     background: url(../images/windows_arrow_down.gif) no-repeat 0 0;
807
}
808
.winXP a.jScrollArrowDown:hover {
809
     background-position: 0 -20px;
810
}
811
.winXP a.jScrollActiveArrowButton, .winXP a.jScrollActiveArrowButton:hover {
812
     background-position: 0 -40px;
813
}
814
 
815
 
816
.osX .jScrollPaneTrack {
817
     background: url(../images/osx_track.gif) repeat-y;
818
}
819
.osX .jScrollPaneDrag {
820
     background: url(../images/osx_drag_middle.gif) repeat-y;
821
}
822
.osX .jScrollPaneDragTop {
823
     background: url(../images/osx_drag_top.gif) no-repeat;
824
     height: 6px;
825
}
826
.osX .jScrollPaneDragBottom {
827
     background: url(../images/osx_drag_bottom.gif) no-repeat;
828
     height: 7px;
829
}
830
.osX a.jScrollArrowUp {
831
     height: 24px;
832
     background: url(../images/osx_arrow_up.png) no-repeat 0 -30px;
833
}
834
.osX a.jScrollArrowUp:hover {
835
     background-position: 0 0;
836
}
837
.osX a.jScrollArrowDown {
838
     height: 24px;
839
     background: url(../images/osx_arrow_down.png) no-repeat 0 -30px;
840
}
841
.osX a.jScrollArrowDown:hover {
842
     background-position: 0 0;
843
}
844
 
845
 
846
.left .jScrollPaneTrack {
847
     left: 0;
848
     right: auto;
849
}
850
.left a.jScrollArrowUp {
851
     left: 0;
852
     right: auto;
853
}
854
.left a.jScrollArrowDown {
855
     left: 0;
856
     right: auto;
857
}
858
 
859
/* IE SPECIFIC HACKED STYLES */
860
* html .osX .jScrollPaneDragBottom {
861
     bottom: -1px;
862
}
863
/* /IE SPECIFIC HACKED STYLES */
864
 
865
/*Rating*/
866
.ratingstar{float:left;padding: 2px 0;}
867
 
868
/*tag slide */
869
.slider-content  {
870
     float:left;
871
     width:316px;
872
     margin-top:5px auto;
873
     background:#eee;
874
	 font-size:11px;
875
}
876
.slider-content  ul{border:none !important;}
877
 
878
.slider .next, .slider .prev{
879
     display:none;
880
     background-color:#EEEEEE;
881
     border:0;
882
	 font-family:Verdana, Arial, Helvetica, sans-serif;
883
     color:#666;
884
	 font-size:11px;
885
     padding:0;
886
     margin:0;
887
     cursor:pointer;
888
}
889
.slider .prev{
890
     float:left;
891
	 color:#0066CC;
892
	 margin:5px 0 0 10px;
893
}
894
.slider .next{
895
     float:right;
896
	 color:#0066CC;
897
	 margin:5px 10px 0 0;
898
}
899
.slider div{
900
     overflow:hidden;
901
     text-align:left;
902
     height:none;
903
     margin:0;
904
     padding:0;
905
}
906
 
907
.slider div ul{
908
     width:3000px;/* set to an arbitary high value*/
909
     overflow:hidden;
910
     margin:2px 0px;
911
     padding:0;
912
 
913
     margin-left:0;
914
}
915
.slider div ul li{
916
     display:inline-block;
917
     //display:inline; /*IE 7 hack doesn't support inline-block*/
918
     margin:1px 2px;
919
     /*background:#fff;*/
920
     /*border:1px solid #ddd;*/
921
     width:auto;
922
     cursor:pointer;
923
     color:#0066CC;
924
}
925
 
926
.slider div ul li a{
927
	color:#666 !important;
928
}
929
 
930
.sliderScroll{
931
	width:230px; 
932
	margin:0 auto !important;
933
}